Skip to content

Commit

Permalink
Allow NPM v10 when working on the web app (mattermost#25959)
Browse files Browse the repository at this point in the history
  • Loading branch information
hmhealey authored Jan 19, 2024
1 parent 60252d4 commit eac9a39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion webapp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit eac9a39

Please sign in to comment.