-
Notifications
You must be signed in to change notification settings - Fork 561
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
spike: support node@16 lts #2343
Conversation
|
22b50ab
to
fc0934f
Compare
This PR modifies files linked to issues tracked in Stepsize. You might want to review their status, priority, and scope.
Mention [stepsize] in a comment if you'd like to report some technical debt. See examples here. |
Node 16 LTS was released at the end of October 2021. It will work with existing CLI releases, but we aren't explicity testing it. This PR adds Node 16 to our CI pipeline to ensure everything we test for continues working.
To Do
After Merge
npm 8 and Node 10
Node 16 ships with npm 8. npm 8 dropped support for Node 10 and fails if it's detected. This means we cannot run builds and tests against a Node 10 environment. Node 10 is deprecated and is no longer maintained.
So to properly support Node 16 in the future, we'll need to drop Node 10. For now, we can downgrade to npm 7.