-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Add Node v17 into ci matrix #4777
Conversation
Signed-off-by: Outsider <outsideris@gmail.com>
|
63e6a84
to
ab05d5d
Compare
There was some errors I didn't expect when netlify build docs with Node v16. |
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 tests don't run on v17.
Signed-off-by: Outsider <outsideris@gmail.com>
Signed-off-by: Outsider <outsideris@gmail.com>
I add v17 to test matrix. And set v16 our default version on CI because node v16 LTS have released. |
Signed-off-by: Outsider <outsideris@gmail.com>
Node 17 is a new Current version. So, mocha will run tests on Node v17.
And Netlify runs on node 12, but 12 is a pretty old version.I updated it to Node 16. v16 will be the new LTS version soon.