Skip to content

Commit 6b532ac

Browse files
committed
chore: pin NPM to at least ^10.5.1 to prevent bugs with corepack
Dependabot uses corepack and there has been an issue with corepack + npm 10 before 10.5.1 which causes dependabot to fail. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 0570ce9 commit 6b532ac

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)