Allow NPM v10 when working on the web app (#25959)

Этот коммит содержится в:
Harrison Healey
2024-01-19 09:43:51 -05:00
коммит произвёл GitHub
родитель 60252d4857
Коммит eac9a39677
2 изменённых файлов: 2 добавлений и 2 удалений

2
webapp/package-lock.json сгенерированный
Просмотреть файл

@@ -45,7 +45,7 @@
}, },
"engines": { "engines": {
"node": "^18.10.0", "node": "^18.10.0",
"npm": "^9.0.0" "npm": "^9.0.0 || ^10.0.0"
} }
}, },
"channels": { "channels": {

Просмотреть файл

@@ -3,7 +3,7 @@
"private": true, "private": true,
"engines": { "engines": {
"node": "^18.10.0", "node": "^18.10.0",
"npm": "^9.0.0" "npm": "^9.0.0 || ^10.0.0"
}, },
"scripts": { "scripts": {
"postinstall": "npm run build --workspace=platform/types --workspace=platform/client --workspace=platform/components", "postinstall": "npm run build --workspace=platform/types --workspace=platform/client --workspace=platform/components",