Skip to content

chore: opt into Node.js 24 for GitHub Actions#7

Merged
rrobetti merged 1 commit intomainfrom
copilot/update-deprecated-node-actions
Apr 24, 2026
Merged

chore: opt into Node.js 24 for GitHub Actions#7
rrobetti merged 1 commit intomainfrom
copilot/update-deprecated-node-actions

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 24, 2026

Node.js 20 is deprecated on GitHub Actions runners and will be forcibly replaced by Node.js 24 starting June 2, 2026. actions/checkout@v4 currently runs on Node.js 20.

Changes

  • .github/workflows/release.yml: Added FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true at the job level to opt into Node.js 24 ahead of the forced migration deadline.
jobs:
  release:
    env:
      FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true

@rrobetti rrobetti marked this pull request as ready for review April 24, 2026 17:03
@rrobetti rrobetti merged commit b03c44f into main Apr 24, 2026
1 check 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.

2 participants