Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Node 18 since it is now LTS. #310

Closed
JamesKyburz opened this issue Nov 21, 2022 · 1 comment
Closed

Update to Node 18 since it is now LTS. #310

JamesKyburz opened this issue Nov 21, 2022 · 1 comment

Comments

@JamesKyburz
Copy link

Please update the node version to 18 as it is now LTS.

@joshmgross
Copy link
Member

Only Node 12 and 16 are supported by the Actions runner -

https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runs-for-javascript-actions

Node 12 is currently being deprecated - https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/

If you'd like to use actions with Node 18, I'd recommend filing an issue in the runner repository or adding a comment to an existing issue (ex: actions/runner#2255).

If you just need to run a script with Node 18, I'd recommend using actions/setup-node to install Node 18 and running your script with node directly rather than using this action.

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

No branches or pull requests

2 participants