What would you like?
Update the action, and examples, to run under Node.js 24, when:
Why is this needed?
The node20 option for GitHub JavaScript Actions is tied to Node.js 20 that is planned for End-of-life on Apr 30, 2026. It currently has the status of "Maintenance LTS".
GitHub has deprecated the use of node20 and will force runners to use node24 beginning on Mar 4, 2026 - see Deprecation of Node 20 on GitHub Actions runners.
Other
GitHub Actions is not planning to support a node22 option, and this version is being skipped.
What would you like?
Update the action, and examples, to run under Node.js 24, when:
node24is a documented option for runs.using for JavaScript actions>=24.11.0in https://github.com/actions/runner/blob/main/src/Misc/externals.shnode24major versionWhy is this needed?
The
node20option for GitHub JavaScript Actions is tied to Node.js 20 that is planned for End-of-life on Apr 30, 2026. It currently has the status of "Maintenance LTS".GitHub has deprecated the use of
node20and will force runners to usenode24beginning on Mar 4, 2026 - see Deprecation of Node 20 on GitHub Actions runners.Other
node24version.GitHub Actions is not planning to support a
node22option, and this version is being skipped.