Skip to content

chore(actions): update Node.js runtime from node20 to node24#88

Open
javiercm1410 wants to merge 1 commit intowerf:v2from
javiercm1410:chore/update-node24
Open

chore(actions): update Node.js runtime from node20 to node24#88
javiercm1410 wants to merge 1 commit intowerf:v2from
javiercm1410:chore/update-node24

Conversation

@javiercm1410
Copy link
Copy Markdown

Summary

  • Update all action.yml files to use node24 runtime instead of node20
  • Node.js 20 reaches EOL in April 2026 and GitHub Actions is deprecating node20 runners
  • GitHub is skipping node22 and moving directly to node24

Closes #87

Test plan

  • Test with FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true env var in a workflow using this action
  • Reference the branch directly in a test workflow: uses: javiercm1410/actions@chore/update-node24
  • Verify werf install, build, converge, cleanup, dismiss, and run actions all work under Node 24

🤖 Generated with Claude Code

Node.js 20 reaches EOL in April 2026 and GitHub Actions is deprecating
node20 runners. GitHub is skipping node22 and moving directly to node24.
All action.yml files updated to use node24 runtime.

Closes werf#87

Co-Authored-By: Claude Opus 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.

Upgrade Node from 20 to 24

1 participant