Option to skip nvm
penx opened this issue ยท 4 comments
penx commented
Thanks for building this action!
At the point I run action-netlify-deploy, my application has already been installed and built, and I have the version of node that I need.
I do have an .nvmrc
file though, so this step I think will still install nvm, even though I don't need it.
Would it be possible to have an option to skip nvm rather than detecting it? ๐
jsmrcaga commented
penx commented
Looks great, thanks!
jsmrcaga commented
@penx I've released version 1.8.0, if it works for you (using use_nvm: false
) I'll let you close this issue! Thanks!
penx commented
great, thanks, may not get a chance to test this until September but I've looked at the code and pretty certain it will work, thanks!