[Dev] Specify correct node and npm versions (#2369)
This commit is contained in:
parent
23ce8f0927
commit
730f74f301
2
package-lock.json
generated
2
package-lock.json
generated
@ -97,7 +97,7 @@
|
||||
},
|
||||
"engines": {
|
||||
"node": "^18",
|
||||
"npm": "^9"
|
||||
"npm": "^8.19 || ^9"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"fsevents": "2.3.2"
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
},
|
||||
"engines": {
|
||||
"node": "^18",
|
||||
"npm": "^9"
|
||||
"npm": "^8.19 || ^9"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user