Adding .nvmrc so we can use nvm use instead of hunting for version. We should move this repo to node v16 at least!

Change-type: patch
This commit is contained in:
zoobot 2022-10-11 13:12:23 -07:00
parent 523c0af0fb
commit fd5bacf19b
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View File

@ -10,7 +10,6 @@
*.seed
/.idea/
/.lock-wscript
/.nvmrc
/.nyc_output/
/.vscode/
/coverage/

1
.nvmrc Normal file
View File

@ -0,0 +1 @@
12