Upgrade to Node 24#171
Open
jrbeilke wants to merge 3 commits into
Open
Conversation
- Update action.yml to use node24 - Update @types/node to 24.x Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Bump node-version from 18 to 24 in all workflows - Upgrade actions/checkout v2/v3 -> v4 - Upgrade actions/setup-node v3 -> v4 (with built-in npm caching) - Remove manual actions/cache steps (now handled by setup-node cache: npm) - Upgrade actions/github-script v6 -> v7 - Fix deprecated set-output commands to use GITHUB_OUTPUT Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- actions/checkout v4 -> v6 (node24 runtime) - actions/setup-node v4 -> v6 (node24 runtime) - actions/github-script v7 -> v9 (node24 runtime) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Author
|
Hey @bobheadxi would you consider upgrading this action to Node 24? Would like to continue using this action on our Node 24 GHA runners |
|
hi @bobheadxi saw the node20 eol warning from gh actions and noticed that starting June 16th, 2026, runners will default to Node24. do you plan to update this repo to support the newer node version, or is the project currently not being maintained anymore? looks like the warning has already started showing up, so the critical part is getting closer now that node20 is past eol... |
nschonni
reviewed
May 25, 2026
| ${{ runner.os }}- | ||
| node-version: '24' | ||
| cache: 'npm' | ||
| - run: npm install |
Contributor
There was a problem hiding this comment.
Suggested change
| - run: npm install | |
| - run: npm ci |
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.
Github is deprecating Node 20 for GHA - https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Changes:
set-outputwith$GITHUB_OUTPUT