-
Notifications
You must be signed in to change notification settings - Fork 33
fix: specify node version >=14.15 <18
#439
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
Conversation
>=14.15 <18
netlify.toml
Outdated
@@ -3,7 +3,7 @@ command = "echo 'no op'" | |||
publish = "example" | |||
|
|||
[build.environment] | |||
NODE_VERSION = "16.15.1" | |||
NODE_VERSION = "17.9.1" |
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.
Let's stay on LTS
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.
we don't have an LTS on v17.*
so I set it to 16.15.1
which is an LTS
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.
LGTM!
Uh oh!
There was an error while loading. Please reload this page.