Adding .nvmrc to specify node version

This commit is contained in:
Blake Duncan
2022-07-19 10:47:50 +01:00
parent 0959db5c4c
commit c5f460969f
2 changed files with 6 additions and 0 deletions

1
.nvmrc Normal file
View File

@@ -0,0 +1 @@
16

View File

@@ -18,6 +18,11 @@ If you would like to target a remote network instead, add the addtional steps in
## Setup
Install the latest Node 16. If using nvm to manage node versions, run this in the root directory:
```sh
nvm install
```
Run the repo setup script
```sh
./setup.ts