Remove nvmrc

There is not a lot of benefit to using `.nvmrc` as it still requires
`nvm use`, and not everybody uses `nvm`. The call to `npm install` will
already warn about using the wrong version.

Change-type: patch
This commit is contained in:
Felipe Lalanne 2023-04-27 14:17:35 -04:00 committed by Felipe Lalanne
parent 69249b3139
commit 35fe7c6a58
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View File

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

1
.nvmrc
View File

@ -1 +0,0 @@
12