Skip to content

ci: opt into Node.js 24 for all workflow actions (bridge)#1

Open
DojoGenesis wants to merge 1 commit intomainfrom
ci/node24-migration-bridge
Open

ci: opt into Node.js 24 for all workflow actions (bridge)#1
DojoGenesis wants to merge 1 commit intomainfrom
ci/node24-migration-bridge

Conversation

@DojoGenesis
Copy link
Copy Markdown
Owner

Summary

  • Adds FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true" at the workflow top level for all workflows that use external GitHub Actions
  • Targets the June 2, 2026 deadline when GitHub Actions will force-migrate all Node.js 20 actions to Node.js 24 by default
  • Minimal bridge — individual action major-version bumps can land incrementally as upstream publishes Node.js 24 versions

Workflows touched

  • .github/workflows/ci.yml
  • .github/workflows/release.yml

Test plan

  • Verify CI passes on this branch
  • Confirm no Node.js 20 deprecation warnings appear in workflow run logs

🤖 Generated with Claude Code

Adds FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true at workflow level across both
CLI workflows to suppress Node.js 20 deprecation warnings ahead of the
June 2, 2026 forced migration.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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