-
Notifications
You must be signed in to change notification settings - Fork 27
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
Node.js 12 actions are deprecated #28
Comments
@mymindstorm could this be merged and tagged? right now I have semantic-release build failing since it doesn't like node14 being installed via setup-emsdk |
Thanks for the ping @mmoskal , I've not had much time for open-source work due to life changes a year or two ago. I've pushed v12 via ed0d39a, which should resolve this issue. Although, I still need to go and update |
Thank you! It looks like the node 14.18.2 is installed by emsdk install script itself not the action. We were able to work around the issue by running setup-node action (with node 18) after setup-emsdk and before semantic-release |
Github is using node16 by default for actions, so it might worth to update this to latest version supporting node16 by default. See also: * <mymindstorm/setup-emsdk#28> * <https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/> * <https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default>
When the action runs, Github issues this warning:
The text was updated successfully, but these errors were encountered: