-
-
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
Update support Node.js@18 in the CI #5490
Update support Node.js@18 in the CI #5490
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.
c7e0758
to
59af63a
Compare
@UlisesGascon Add support for node 20.x as well |
Thanks @shivam-sharma7. There is one for 20.x (#5429) and also 21.x (#5430) |
Fair point @aravindvnair99, but currently we want to be align with the latests Node.js versions in order to prevent issues with CITGM (see #5489) |
Main Changes
Add support for Node 18.19.1 in the CI and appveyor (c7e0758)
Note: Node 18.19.1 is last version available
Changelog