-
-
Notifications
You must be signed in to change notification settings - Fork 904
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.js 8.x support #410
Comments
Do it. There's already precedent for only supporting maintained node releases in the form of #275. |
BREAKING CHANGE: Drop official support for Node.js 8.x since the 8.x line has reached end-of-life on 2019-12-31. The library is likely to continue to work with Node.js 8.x, we simply won't provide official support for it. Fixes #410.
BREAKING CHANGE: Drop official support for Node.js 8.x since the 8.x line has reached end-of-life on 2019-12-31. The library is likely to continue to work with Node.js 8.x, we simply won't provide official support for it. Fixes #410.
BREAKING CHANGE: Drop official support for Node.js 8.x since the 8.x line has reached end-of-life on 2019-12-31. The library is likely to continue to work with Node.js 8.x, we simply won't provide official support for it. Fixes #410.
As pointed out by @broofa, in #275 the preferred policy was "supported node versions + one legacy version". This seems to make sense as long as popular runtimes like Google Cloud Functions still support Node.js 8.x |
Looks like google cloud packages are almost all migrated away from node 8. |
@TrySound thanks for the notice. I still think that, given the wide adoption of this module, the "supported node versions + 1 unsupported" is still a good policy and puts less pressure on the ecosystem. |
Node.js 8.x reached EOL on 2019-12-31.
Many of our development dependencies (prettier, rollup) already removed support for Node 8.x.
I would like to remove official support for node 8.x as well. This will require a major version bump.
Thoughts?
The text was updated successfully, but these errors were encountered: