-
-
Notifications
You must be signed in to change notification settings - Fork 17.2k
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@21 in the CI #5430
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.
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.
Co-authored-by: Aravind Nair <[email protected]>
Co-authored-by: Aravind Nair <[email protected]>
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 21 in the CI (d4ecdb4) and appveyor (54ecfb7)
Note: Node 21.6.2 is last version available
Changelog