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
Alex van Andel 2022-06-07 11:53:11 +01:00 committed by GitHub
parent c3b7b32af5
commit e77ddc3d2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

2
.nvmrc
View File

@ -1 +1 @@
14.17 v16

View File

@ -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": {

View File

@ -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"
}, },