Fixing Node.js version to v16.x (#5591)

* Fixing Node.js version to v16.x

* Updating web app
This commit is contained in:
Leo Giovanetti 2022-11-20 18:13:33 -03:00 committed by GitHub
parent 5793901b03
commit fa026ee393
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": ">=16.x",
"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"
},