feat: add nvmrc file to select version
What I did
-
Add user selectable .nvmrc
version number
Implications
The user may be running our script with a different version than their target. We may need to consider switching to the target version before yarn
dependency install.
How to test
-
Run deployer -
Check that the selected version ends up in .nvmrc