Skip to content

fix: update Node.js runtime from 20 to 24#208

Merged
easingthemes merged 1 commit intomainfrom
fix/node24-compatibility
Apr 2, 2026
Merged

fix: update Node.js runtime from 20 to 24#208
easingthemes merged 1 commit intomainfrom
fix/node24-compatibility

Conversation

@easingthemes
Copy link
Copy Markdown
Owner

Summary

  • Update action.yml runtime from node20 to node24
  • Update CI build and release workflows to use Node.js 24.x
  • Addresses GitHub Actions deprecation of Node.js 20 runners (June 2, 2026)

Closes #207

Test plan

  • Verify build workflow passes on Node.js 24
  • Verify release workflow triggers correctly on merge
  • Test action execution with FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true removed

🤖 Generated with Claude Code

GitHub Actions is deprecating Node.js 20 runners starting June 2, 2026.
Update action runtime and CI workflows to Node.js 24.

Closes #207

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@easingthemes easingthemes merged commit 1326d0a into main Apr 2, 2026
2 checks passed
@easingthemes easingthemes deleted the fix/node24-compatibility branch April 2, 2026 20: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.

Node.js 24 compatibility: Action deprecated on Node.js 20

1 participant