-
Notifications
You must be signed in to change notification settings - Fork 360
test(deps): update actions/setup-node to v6 #1633
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
Conversation
|
3e4fa87 to
922a049
Compare
Use node-version: 24 in examples
922a049 to
41baf2d
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as resolved.
This comment was marked as resolved.
jennifer-shehane
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.
Thank you! 🙏🏻
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
I think this just got missed. Quite a few moving parts going on at the moment. I will go ahead and merge it in. |
|
Thank you very much! |
|
🎉 This PR is included in version 6.10.9 🎉 The release is available on: Your semantic-release bot 📦🚀 |
actions/setup-nodetonode24version #1562Situation
Workflows and examples currently use the GitHub Actions actions/setup-node version v4 with
runs.using: node20.GitHub has deprecated the use of
node20and will force runners to usenode24beginning on Mar 4, 2026 - see Deprecation of Node 20 on GitHub Actions runners.Change
Update all usage of actions/setup-node in examples and documentation to v6 with
runs.using: node24.Harmonize the step name across examples to "Install Node.js"
Change example usage of
node-version: 22tonode-version: 24where used in text