Skip to content

Commit 8d6f6e6

Browse files
Merge pull request #54696 from nextcloud/fix/30-npm
[stable30] chore: pin NPM to at least `^10.5.1` to prevent bugs with `corepack`
2 parents fa52452 + 6b532ac commit 8d6f6e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
],
203203
"engines": {
204204
"node": "^20.0.0",
205-
"npm": "^10.0.0"
205+
"npm": "^10.5.1"
206206
},
207207
"overrides": {
208208
"colors": "1.4.0"

0 commit comments

Comments
 (0)