Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the repository’s JavaScript GitHub Action to target a newer Node.js runtime and aligns the Node engine/version metadata used for packaging and releases.
Changes:
- Update
action.ymlruntime fromnode20tonode24. - Raise the Node.js engine requirement to
>=24. - Bump the project version from
1.2.1to2.0.0(and sync inpackage-lock.json).
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
action.yml |
Switches the action runtime to node24. |
package.json |
Updates Node engine requirement and bumps version to 2.0.0. |
package-lock.json |
Syncs version/engine metadata with package.json. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
dav3r
approved these changes
Mar 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🗣 Description
This pull request updates the action from the
node20runtime to the thenode24runtime.💭 Motivation and context
Node.js 20 actions are deprecated and we get a warning in workflow runs that use them. Since this is one of our actions we need to update it to a newer Node.js version, and it makes sense to use the latest we can.
Note
I ran
npm run packagejust to be sure but there were no changed to the distribution code.🧪 Testing
Automated tests pass. I used this branch in a test branch and the run can be found here: https://github.com/cisagov/skeleton-generic/actions/runs/23249065398/job/67585710219.
✅ Pre-approval checklist
bump_versionscript if this repository is versioned and the changes in this PR warrant a version bump.✅ Post-merge checklist