Commit 2772399
committed
ci: pin npm to 11.13.0 in CI workflows and Dockerfile
The lock file is generated locally with npm 11, which prunes optional
peer-dep entries that npm 10 (bundled with node:22-slim and the npm
shipped with setup-node@v4) still records. After bumping pkc-js to
0.0.25, this caused `npm ci` to fail on all three matrix runners and
the Docker deps smoke build with:
Missing: @types/react@19.2.14 from lock file
Pinning CI to npm 11.13.0 (matching the local install) keeps the lock
file authoritative without having to regenerate it under an older npm.1 parent 6ba84ac commit 2772399
3 files changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| |||
0 commit comments