Skip to content

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

Open
DojoGenesis wants to merge 2 commits intomainfrom
ci/node24-migration-bridge
Open

ci: opt into Node.js 24 for all workflow actions (bridge)#2
DojoGenesis wants to merge 2 commits 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
  • .github/workflows/deploy.yml
  • .github/workflows/module-health.yml
  • .github/workflows/skill-sign.yml
  • .github/workflows/publish-skill.yml

Note: claude-plugins-official/ is a separate Anthropic-owned repo — its workflows are out of scope here.

Test plan

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

🤖 Generated with Claude Code

TresPies-source and others added 2 commits April 22, 2026 19:05
Pins golangci-lint binary to v2.1.6 instead of `version: latest` to
prevent silent CI breakage when GitHub's runner-cached "latest" bumps.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Adds FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true at workflow level across all 6
gateway 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