Trailing unlocking node <17 (#2711)
* Trailing unlocking node <17 * Updated apps/web package.json * Updated .nvmrc -> v16 :) Co-authored-by: Peer Richelsen <peeroke@gmail.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>pull/3003/head
parent
c3b7b32af5
commit
e77ddc3d2e
|
@ -22,7 +22,7 @@
|
||||||
"check-changed-files": "ts-node scripts/ts-check-changed-files.ts"
|
"check-changed-files": "ts-node scripts/ts-check-changed-files.ts"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.x < 15",
|
"node": ">=14.x <17",
|
||||||
"yarn": ">=1.19.0 < 2.0.0"
|
"yarn": ">=1.19.0 < 2.0.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -75,7 +75,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.x <15",
|
"node": ">=14.x <17",
|
||||||
"npm": ">=7.0.0",
|
"npm": ">=7.0.0",
|
||||||
"yarn": ">=1.19.0 < 2.0.0"
|
"yarn": ">=1.19.0 < 2.0.0"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue