Commit 9f76377
committed
ci: pin publish npm to 11.x — npm@12.0.0 lacks sigstore under prefix install
npm@12.0.0 (released 2026-07-08) installed via `npm install --prefix`
is missing its sigstore module, so `npm publish` fails with
MODULE_NOT_FOUND before reaching the registry. 11.x still satisfies
the >= 11.5.1 trusted-publishing requirement.1 parent 6b57f73 commit 9f76377
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
53 | 56 | | |
54 | 57 | | |
55 | | - | |
| 58 | + | |
56 | 59 | | |
57 | 60 | | |
58 | 61 | | |
| |||
0 commit comments