Skip to content

feat: upgrade Node.js runtime from node20 to node24#123

Merged
crowlKats merged 1 commit intodenoland:mainfrom
nikicat:node24
Mar 17, 2026
Merged

feat: upgrade Node.js runtime from node20 to node24#123
crowlKats merged 1 commit intodenoland:mainfrom
nikicat:node24

Conversation

@nikicat
Copy link
Copy Markdown
Contributor

@nikicat nikicat commented Mar 16, 2026

Summary

  • Update action.yml to use node24 runtime instead of deprecated node20
  • Bump @types/node from ^20.16.5 to ^24

GitHub Actions is deprecating the Node.js 20 runtime, with enforcement starting June 2, 2026. This updates the action to use the node24 runtime.

Fixes #122

🤖 Generated with Claude Code

GitHub Actions is deprecating the Node.js 20 runtime, with enforcement
starting June 2, 2026. This updates the action to use node24 runtime.

- action.yml: change `using: "node20"` to `using: "node24"`
- package.json: bump `@types/node` from ^20.16.5 to ^24

Fixes denoland#122

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@nikicat nikicat requested a review from lucacasonato as a code owner March 16, 2026 18:36
Copy link
Copy Markdown
Member

@crowlKats crowlKats left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@crowlKats crowlKats merged commit 6a293fc into denoland:main Mar 17, 2026
37 checks passed
crowlKats pushed a commit that referenced this pull request Mar 18, 2026
GitHub Actions is deprecating the Node.js 20 runtime, with enforcement
starting June 2, 2026. This updates the action to use node24 runtime.

- action.yml: change `using: "node20"` to `using: "node24"`
- package.json: bump `@types/node` from ^20.16.5 to ^24

Fixes #122

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
(cherry picked from commit 6a293fc)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected

2 participants