fix: proper node engines in package.json (#5937)
This commit is contained in:
Родитель
789b4e5643
Коммит
2a2b89eca8
|
@ -126,7 +126,7 @@
|
|||
"webpack-manifest-plugin": "^4.0.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12"
|
||||
"node": ">=12 <17"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.js": "npm run lint:js",
|
||||
|
|
Загрузка…
Ссылка в новой задаче