-
Notifications
You must be signed in to change notification settings - Fork 62
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
End support for Node.js v14 #1277
Comments
cc @joshuap |
Will dropping support break any of our actual APIs? I don't think we need to release a version at all just for CI changes. We should update our supported versions docs though. |
No, it won't break any of our APIs today.
For example, a few weeks ago, my local npm version (the one that comes with Node.js v18) generated Additionally, I've seen other npm packages do the same, such as Lerna. Lerna dropped support for Node.js v10 and v12 with Lerna v5, though v5 (coincidentally) continued to work with Node.js v12. It was only at Lerna v6 that Node.js v12 wouldn't be compatible. Nevertheless, I'm perfectly happy avoiding the major version bump; we just have to be on the same page about what it means. |
If it works out to do a version bump, I'm OK with that. It just seems strange if it were the only reason for the major version. |
Yeah, I agree. The major version bump is the safer route, but we don't have to do it. |
Our block on supported versions is quite future-proof, no change needed 😄 :
|
haha, |
Node.js v14 Security Support ended in April 30th, 2023.
We should:
The text was updated successfully, but these errors were encountered: