Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support installation on node <14 #704

Closed
aried3r opened this issue Jan 8, 2021 · 3 comments
Closed

Support installation on node <14 #704

aried3r opened this issue Jan 8, 2021 · 3 comments

Comments

@aried3r
Copy link

aried3r commented Jan 8, 2021

Hey! I've been meaning to update to list.js 2.3 from 1.5 but in this project we're still using node 12. Would it be possible to support more node versions? Doesn't have to be 10, since that will be EOL soon, but at least 12 would be nice since it will be supported for over a year more.

This would cover supported versions, I believe.

  "engines": {
    "node": "^10.0 || ^12.0 || >=14",
    "yarn": ">=1 <3"
  }
@javve
Copy link
Owner

javve commented Jan 9, 2021

Oh, this shouldn't be a problem! I'll look into it shortly!

@javve
Copy link
Owner

javve commented Jan 17, 2021

Thanks for notifying me about this. It was just a mistake to remove the support. So sorry about that.

It's been corrected now: #708

Please let me know it v2.3.1 works for you @aried3r

@javve javve closed this as completed Jan 17, 2021
@aried3r
Copy link
Author

aried3r commented Jan 18, 2021

Thank you! dependabot just offered the update, so I assume it is working. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants