Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 <[email protected]>
  • Loading branch information
susnux committed Aug 28, 2025
commit 6b532ac2e42b09b900ddbc8537e5ef3aaf3756c8
2 changes: 1 addition & 1 deletion 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
],
"engines": {
"node": "^20.0.0",
"npm": "^10.0.0"
"npm": "^10.5.1"
},
"overrides": {
"colors": "1.4.0"
Expand Down
Loading