-
Notifications
You must be signed in to change notification settings - Fork 152
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
chore: bump to latest lts in .nvmrc #494
chore: bump to latest lts in .nvmrc #494
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
.nvmrc
Outdated
@@ -1 +1 @@ | |||
12.22 | |||
16.16.0 |
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.
I think we can put just 16, and it should be better. 16.16.0
is a very recent version, and probably few folks are using it.
16.16.0 | |
16 |
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.
👍🏼 Make sense! Get updated.
0fe3903
to
127ff5d
Compare
127ff5d
to
af433bd
Compare
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.
Thanks a lot, @Kavinjsir!
Description
Update the node version to the latest lts
v16.16.0
in.nvmrc
.Motivation
Keep nodejs version in align with lts.
Relative issue: #490