feat: upgrade action runtime from node20 to node24#513
Merged
Conversation
Node20 is deprecated in GitHub Actions. This upgrades the action runtime to node24 to resolve the deprecation warning. Closes endorama#512 Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
Update check-dist.yml from 22.x to 24.x and add explicit node24 setup to the build job in test.yml, consistent with the node24 action runtime. Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
endorama
approved these changes
May 22, 2026
endorama
left a comment
Owner
There was a problem hiding this comment.
Looks good, thank you. I'll cut a release soon.
Contributor
Author
Also created #514 as proposal for the ESM upgrade (actions/core v3). |
5 tasks
Contributor
Author
Thanks for merging and sorry for asking, but are you going to release soon? Maybe include dependency upgrades with working tests in the release and care about typescript and actions-core major upgrades afterwards? |
Owner
|
I’ll cut a release early next week, does that work?
Sent from [Proton Mail](https://proton.me/mail/home) for iOS.
…-------- Original Message --------
On Thursday, 06/11/26 at 22:38 Martin Gerlach ***@***.***> wrote:
mgerlach left a comment [(endorama/asdf-parse-tool-versions#513)](#513 (comment))
> Looks good, thank you. I'll cut a release soon.
Thanks for merging and sorry for asking, but are you going to release soon?
Maybe include dependency upgrades with working tests in the release and care about typescript and actions-core major upgrades afterwards?
—
Reply to this email directly, [view it on GitHub](#513?email_source=notifications&email_token=AAEAPYZFEJCIRQ67JLUYZLT47MKFJA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTINRYGQ4DKMJYGIY2M4TFMFZW63VMON2GC5DFL5RWQYLOM5S2KZLWMVXHJLDGN5XXIZLSL5RWY2LDNM#issuecomment-4684851821), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AAEAPY52Q6BQGAOOBNHVTSD47MKFJAVCNFSNUABFKJSXA33TNF2G64TZHM2DMOBYGAYDENZZHNEXG43VMU5TINJQGU3DAMZSGAZ2C5QC).
You are receiving this because you modified the open/close state.Message ID: ***@***.***>
|
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.
Summary
action.ymlruntime fromnode20tonode24npm run all(build, format, lint, package, all 4 tests) passes on Node 24Closes #512
Test plan
npm run build— TypeScript compiles without errorsnpm run format— no formatting changes needednpm run lint— no lint errorsnpm run package— ncc bundles successfullynpm test— all 4 tests pass (2 suites)🤖 Generated with Claude Code