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:
Johannes Millan 2026-07-10 10:34:53 +02:00
parent 18c48d5ea8
commit 83e52853ec

View file

@ -361,7 +361,9 @@
"owner": "johannesjo"
}
],
"packageManager": "npm@11.7.0",
"volta": {
"node": "22.18.0"
"node": "22.18.0",
"npm": "11.7.0"
}
}