-
Notifications
You must be signed in to change notification settings - Fork 80
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.js LTS #196
Comments
Agree, I just did it on a ton of repositories using https://github.com/gr2m/octoherd-script-bump-node-version-in-workflows, setting |
actually nevermind, I miss understood. I bump the used node versions in CI via gr2m/twitter-together@f7123bb, but your issue is about bundling the action code itself, right?
|
It's a bit of both -- updating the action to use Node 16, but also updating the repo to it (setting an .nvmrc file for it [I'm introducing it at v12 in #177], and updating to lockfile v2) |
🎉 This issue has been resolved in version 2.1.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
What’s missing?
The project should be running on the latest LTS release of Node.js.
Why?
The project currently runs on Node.js 12 which was EOL'ed as of April this year.
Alternatives you tried
N/A
The text was updated successfully, but these errors were encountered: