-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Update actions checkout to use node 24 #2226
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
base: main
Are you sure you want to change the base?
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.
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.
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.
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.
Pull Request Overview
This PR updates the GitHub Actions checkout action to use Node.js 24 instead of Node.js 20, aligning with the new Node.js 24 support in GitHub Actions runner version 2.327.0.
- Updates the action runtime from node20 to node24 in action.yml
- Updates Node.js type definitions from version 20 to 24 in package.json
- Updates workflow configurations to use Node.js 24.x across test and check-dist workflows
Reviewed Changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.
File | Description |
---|---|
action.yml | Updates the action runtime to use node24 |
package.json | Updates @types/node dependency to version 24 |
.github/workflows/test.yml | Updates Node.js version in test workflow |
.github/workflows/check-dist.yml | Updates Node.js version and step name in check-dist workflow |
Node 24 support is available on runner version 2.327.1 https://github.com/actions/runner/releases/tag/v2.327.1
Latest main from my branch/fork showing checkout working on node 24
