Add .nvmrc and engine, set node version to 16.14.0
This commit is contained in:
parent
8a09f57bd4
commit
ddc1fb988a
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user