-
Notifications
You must be signed in to change notification settings - Fork 1
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
Bump Node.js used in GitHub workflows to 18 #28
Bump Node.js used in GitHub workflows to 18 #28
Conversation
Node.js 18 is the current, active Node.js version slated to enter LTS in a couple of days on October 25 (2022): https://github.com/nodejs/release#release-schedule
Alternatively, the value for |
I like the idea of switching to Doing the switch to I'd therefore vote for |
Sweet @klappradla. I'll update this PR to switch to Some additional findings: While checking the setup-node action's documentation on adding a version file I saw there is some discussion around a I still think your suggestion of having a For additional reading, see: |
- Switch to Node.js LTS for development and GitHub actions - Add .nvmrc file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect ✨
I'd of course also prefer .node-version
as a filename, but as long as it's discoverable and readable by version managers and Co, I don't have super strong feelings.
I'm not even using nvm
, but if I remember correctly, asdf
can also work with the lts
identifiers.
Node.js 18 is the current, active Node.js version slated to enter LTS in
a couple of days on October 25 (2022):
https://github.com/nodejs/release#release-schedule