chore: upgrade action runtime to Node 24 - #31
chore: upgrade action runtime to Node 24#31John C. Bland II (johncblandii) wants to merge 2 commits into
Conversation
There was a problem hiding this comment.
Pull request overview
Updates this GitHub Action’s declared runtime to align with GitHub Actions runner deprecations and ensure consumers no longer receive Node 20 deprecation warnings.
Changes:
- Changed
runs.usingfromnode20tonode24inaction.yml.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
Note: the failing |
PUBLIC_REPO_ACCESS_TOKEN no longer exists, so the set_status jobs failed with 'Input required and not supplied: token' and every wait timed out. The default token with statuses: write can set commit statuses on this repo.
|
Fixed the pre-existing test-harness failure in this PR (37c3057): the |
what
node20tonode24inaction.ymlwhy
runs.using: node20emit adeprecation warning for every consumer and are already being force-migrated to Node 24
node24makes the migration deliberate rather than implicitdist/bundle is unchanged (no source changes);it was smoke-tested locally under Node 24, and this repo's integration tests exercise the bundle
end-to-end via
uses: ./on this PR, now running on Node 24references