Skip to content

feat: add nvmrc file to select version

Sam Sehnert requested to merge add-nvmrc into master

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

Merge request reports