Skip to content

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

Merged
DojoGenesis merged 1 commit into
mainfrom
ci/node24-migration-bridge
May 27, 2026
Merged

ci: opt into Node.js 24 for all workflow actions (bridge)#1
DojoGenesis merged 1 commit into
mainfrom
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/validate-skills.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 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>
@DojoGenesis DojoGenesis merged commit e63505f into main May 27, 2026
1 check passed
@DojoGenesis DojoGenesis deleted the ci/node24-migration-bridge branch May 27, 2026 23:18
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