Code of Conduct
What article on docs.github.com is affected?
GitHub Actions > Creating actions > Metadata syntax
What part(s) of the article would you like to see updated?
On the GitHub Actions > Creating actions > Metadata syntax page, the section runs.using for JavaScript actions lists only:
- Use
node16 for Node.js v16.
Node.js 16 however entered end-of-life on Sep 11, 2023 and no newer Node.js version is listed as supported.
Additional information
No response
Code of Conduct
What article on docs.github.com is affected?
GitHub Actions > Creating actions > Metadata syntax
What part(s) of the article would you like to see updated?
On the GitHub Actions > Creating actions > Metadata syntax page, the section
runs.usingfor JavaScript actions lists only:node16for Node.js v16.Node.js
16however entered end-of-life on Sep 11, 2023 and no newer Node.js version is listed as supported.node20from PR Add node20 to runner actions/runner#2732.node20underruns.usingfor JavaScript actions.Additional information
No response