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

This commit is contained in:
Harrison Healey 2024-01-19 09:43:51 -05:00 committed by GitHub
parent 60252d4857
commit eac9a39677
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

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

View File

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