mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-17 16:37:43 +00:00
chore(deps): pin npm version to remove lockfile drift
Contributors on npm 10 (Node 22's bundled default) vs npm 11 reconcile the app-builder-lib.minimatch override differently, rewriting package-lock.json on npm install. Pin npm 11.7.0 via the standard packageManager field (Corepack) and complete the existing volta block so volta users pick it up automatically. Ref: discussion #8869
This commit is contained in:
parent
18c48d5ea8
commit
83e52853ec
1 changed files with 3 additions and 1 deletions
|
|
@ -361,7 +361,9 @@
|
|||
"owner": "johannesjo"
|
||||
}
|
||||
],
|
||||
"packageManager": "npm@11.7.0",
|
||||
"volta": {
|
||||
"node": "22.18.0"
|
||||
"node": "22.18.0",
|
||||
"npm": "11.7.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue