Skip to content

fix: update GitHub Actions runtime from node20 to node24#17

Merged
fengmk2 merged 1 commit intovoidzero-dev:mainfrom
morinokami:node24
Mar 20, 2026
Merged

fix: update GitHub Actions runtime from node20 to node24#17
fengmk2 merged 1 commit intovoidzero-dev:mainfrom
morinokami:node24

Conversation

@morinokami
Copy link
Contributor

Using this action triggers the following deprecation warning, so update the Node.js runtime to 24.

Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: voidzero-dev/setup-vp@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/

Copilot AI review requested due to automatic review settings March 20, 2026 13:17
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates this JavaScript GitHub Action’s declared runtime to avoid the upcoming Node.js 20 deprecation on GitHub Actions runners.

Changes:

  • Switches runs.using in action.yml from node20 to node24.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Member

@fengmk2 fengmk2 left a comment

Choose a reason for hiding this comment

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

thanks

@fengmk2 fengmk2 merged commit 6401f38 into voidzero-dev:main Mar 20, 2026
64 of 65 checks passed
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.

3 participants