setup-node-nvm
setup-node-nvm copied to clipboard
.nvmrc in a subdir
Our repo hosts the frontend and backend. The .nvmrc file resides in the frontend subdirectory. It'd be neat to have the possibility to point to a specific directory/.nvmrc file.
I guess this should be possible with a cwd option as proposed here. Alternatively, making the nvm command callable manually should also work, so one can cd there and call nvm again?
nvm is a sourced shell function, so i'm not sure what "make it callable" would mean.