Add .nvmrc and engine, set node version to 16.14.0

This commit is contained in:
Bartłomiej Głownia 2022-02-17 13:43:41 +01:00
parent 8a09f57bd4
commit ddc1fb988a
2 changed files with 4 additions and 0 deletions

1
.nvmrc Normal file
View File

@ -0,0 +1 @@
16.14.0

View File

@ -8,6 +8,9 @@
"test": "nx test", "test": "nx test",
"postinstall": "husky install" "postinstall": "husky install"
}, },
"engines": {
"node": "16.14.0"
},
"private": true, "private": true,
"dependencies": { "dependencies": {
"@nrwl/next": "13.8.1", "@nrwl/next": "13.8.1",