Skip to content

Update to node 24#1

Open
Sencerd wants to merge 1 commit into
mainfrom
bump-node24
Open

Update to node 24#1
Sencerd wants to merge 1 commit into
mainfrom
bump-node24

Conversation

@Sencerd
Copy link
Copy Markdown

@Sencerd Sencerd commented Apr 30, 2026

Summary

  • Bump runs.using in action.yaml from node20node24
  • Bump @types/node to match

GitHub Actions is deprecating node 20 on the runners — the default flips to node 24 on June 2nd 2026, and node 20 is removed entirely on September 16th 2026 (https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/). Without this, every workflow that uses dump-context prints a deprecation warning, and will eventually break.

The bundled dist/ is unchanged — npm run build produces an identical bundle, so this is a runtime-declaration-only change.

Test plan

  • Confirm a downstream workflow run no longer emits the node 20 deprecation warning

GitHub Actions is deprecating node 20 — runners switch the default to
node 24 on June 2nd 2026, and node 20 is removed September 16th 2026.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant