-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Drop Node 8 support #576
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
Drop Node 8 support #576
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 5110fde:
|
Codecov Report
@@ Coverage Diff @@
## beta #576 +/- ##
=====================================
Coverage ? 100%
=====================================
Files ? 3
Lines ? 95
Branches ? 15
=====================================
Hits ? 95
Misses ? 0
Partials ? 0 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! I think this'll take a bit before we merge because we want to batch all the breaking changes into one. Hopefully that'll happen pretty soon.
.travis.yml
Outdated
- '10' | ||
- '12' | ||
- '13' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Node.js folks don't recommend v13 for production since it wont be promoted to LTS. Maybe both just v10 and v12 will suffice?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's the testing environment not the production environment. If this adds too much work we can remove it. Otherwise it seems useful to monitor support.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would make it node
, so it's just the latest version of Node.js
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Super! Thank you!
Closes #575 BREAKING CHANGE: This release drops support for Node 8. Upgrade to Node 10 or greater.
Closes #575 BREAKING CHANGE: This release drops support for Node 8. Upgrade to Node 10 or greater.
Closes #575 BREAKING CHANGE: This release drops support for Node 8. Upgrade to Node 10 or greater.
Closes #575 BREAKING CHANGE: This release drops support for Node 8. Upgrade to Node 10 or greater.
Closes #575 BREAKING CHANGE: This release drops support for Node 8. Upgrade to Node 10 or greater.
Closes #575 BREAKING CHANGE: This release drops support for Node 8. Upgrade to Node 10 or greater.
What:
Updating the engine to Node v.10.
Why:
Node v.8 no longer has LTS. Closes #575
How:
Updating the engine field in
package.json
&.travis.yml
respectively.Checklist:
docs site