-
Notifications
You must be signed in to change notification settings - Fork 430
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
build(node): use .nvmrc
to declare node
version
#801
build(node): use .nvmrc
to declare node
version
#801
Conversation
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. I don't use nvm though. Is there no way to have these tools reference the engines config already in the package.json?
There might be a GitHub Action for fetching the value (similar to how we fetch fly app name). However I am not familiar with that. As per I just used This does not mean that you need to use |
Signed-off-by: Hunar Roop Kahlon <[email protected]>
Signed-off-by: Hunar Roop Kahlon <[email protected]>
0212fc5
to
30520c1
Compare
Is there any way for these tools to reference the engines config in the package.json so we don't need an entirely separate file for managing the node version? |
I've investigated it, and it seems that:
I personally recommend Regarding the action setup-node, it also accepts |
That all sounds fine to me. I'm fine with documentation that recommends |
Interesting I didn't know this.. I will update to use it |
Closing this for now. Feel free to open a new PR for supporting the package.json |
Test Plan
Current tests should pass as-is
Checklist
Screenshots
This does not have any changes that need screenshots
closes: #799