-
Notifications
You must be signed in to change notification settings - Fork 75
ci: bump node to v24 #928
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
ci: bump node to v24 #928
Conversation
- bump setup-node to v6 - bump node to v24 Hopefully resolves issues with create_npm_package job.
|
Should probably test that all of our actions work properly with node v24 before merging this? I can't imagine there's any sort of breakage but just in case... |
I've had v24 installed locally as the latest LTS for a while without issues, for what it's worth. |
valarnin
left a comment
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 PR itself fired most of the actions and they seem fine, so I think this is fine to merge.
- bump setup-node to v6 - bump node to v24 Hopefully resolves issues with the create_npm_package job. 2c7548d
- bump setup-node to v6 - bump node to v24 Hopefully resolves issues with the create_npm_package job. 2c7548d
- bump setup-node to v6 - bump node to v24 Hopefully resolves issues with the create_npm_package job. 2c7548d
|
Running the |
I don't have any changes from running that locally with node v24. Regardless, we are overdue to go through and update our dependencies. @valarnin started working on some of them in #512, but there were some issues with webpack that needed to be resolved. |
Hopefully resolves issues with the create_npm_package job.