-
-
Notifications
You must be signed in to change notification settings - Fork 16.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 support Node.js@20 in the CI #5429
Conversation
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.
Don't forget about appveyor :)
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.
Pinning to minor would be better than pinning to patch as then we wouldn't have to keep incrementing each time and can test for the latest release within that minor.
69ad1ce
to
6dc18f9
Compare
LGTM. As soon as the patch gets released within the next couple days I'll make the minor branch and land this there per usual. |
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.
LGTM
Main Changes
Add support for Node 20 in the CI (9015d2a) and appveyor (6dc18f9)
Note: Node 20.11.1 is last version available
Changelog