Skip to content

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

Merged
DojoGenesis merged 2 commits into
mainfrom
ci/node24-migration-bridge
May 27, 2026
Merged

ci: opt into Node.js 24 for all workflow actions (bridge)#2
DojoGenesis merged 2 commits 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/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 May 27, 2026 18:25
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>
v2.1.6 was built with Go 1.24 and refuses to lint modules targeting
Go 1.25.6 (exit code 3). v2.12.2 is built with Go 1.25 and resolves
the incompatibility.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@DojoGenesis DojoGenesis force-pushed the ci/node24-migration-bridge branch from e9dc313 to f9d2bc2 Compare May 27, 2026 23:26
@DojoGenesis DojoGenesis merged commit 0248bd2 into main May 27, 2026
7 checks passed
@DojoGenesis DojoGenesis deleted the ci/node24-migration-bridge branch May 27, 2026 23:41
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