Update engines to >=16.x in apps/web and monorepo (#5493)

pull/5496/head
Alex van Andel 2022-11-11 21:35:38 +00:00 committed by GitHub
parent a1430101d1
commit 0cb278d109
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
"check-changed-files": "ts-node scripts/ts-check-changed-files.ts"
},
"engines": {
"node": ">=14.x <17",
"node": ">=16.x",
"yarn": ">=1.19.0 < 2.0.0"
},
"dependencies": {

View File

@ -92,7 +92,7 @@
]
},
"engines": {
"node": "16.x",
"node": ">=16.x",
"npm": ">=7.0.0",
"yarn": ">=1.19.0 < 2.0.0"
},