Skip to content

chore: enable FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 for Node.js 24 compatibility#89

Merged
richardsondev merged 1 commit intomainfrom
chore/node24-compatibility
Apr 19, 2026
Merged

chore: enable FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 for Node.js 24 compatibility#89
richardsondev merged 1 commit intomainfrom
chore/node24-compatibility

Conversation

@richardsondev
Copy link
Copy Markdown
Owner

@richardsondev richardsondev commented Apr 19, 2026

Summary

Add FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true as a top-level environment variable to all GitHub Actions workflow files.

What changed

  • Added FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true to the workflow-level env: block in each .github/workflows/*.yml file

Why

GitHub is migrating JavaScript-based Actions from Node.js 20 to Node.js 24. Setting this environment variable opts in to running all JavaScript-based actions on the Node.js 24 runtime, ensuring compatibility ahead of the official cutover.

No action versions were modified — they are already on modern versions that support Node.js 24.

Add FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true environment variable
to all workflows to ensure JavaScript-based actions run on Node.js 24.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@richardsondev richardsondev merged commit c56a89c into main Apr 19, 2026
8 checks passed
@richardsondev richardsondev deleted the chore/node24-compatibility branch April 19, 2026 04:32
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.

1 participant