[Dev] Specify correct node and npm versions (#2369)

This commit is contained in:
Alexander Zinchuk 2023-01-28 02:15:55 +01:00
parent 23ce8f0927
commit 730f74f301
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View File

@ -97,7 +97,7 @@
},
"engines": {
"node": "^18",
"npm": "^9"
"npm": "^8.19 || ^9"
},
"optionalDependencies": {
"fsevents": "2.3.2"

View File

@ -30,7 +30,7 @@
},
"engines": {
"node": "^18",
"npm": "^9"
"npm": "^8.19 || ^9"
},
"husky": {
"hooks": {