mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Allow NPM v10 when working on the web app (#25959)
This commit is contained in:
parent
60252d4857
commit
eac9a39677
2
webapp/package-lock.json
generated
2
webapp/package-lock.json
generated
@ -45,7 +45,7 @@
|
||||
},
|
||||
"engines": {
|
||||
"node": "^18.10.0",
|
||||
"npm": "^9.0.0"
|
||||
"npm": "^9.0.0 || ^10.0.0"
|
||||
}
|
||||
},
|
||||
"channels": {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user