Commit 4117fde
fix: pin Node 22.22.1 in release workflow to avoid broken npm (#58)
Node 22.22.2 on GitHub Actions runners ships with a broken npm
that's missing the `promise-retry` module, causing `npm install -g
npm@latest` to fail with MODULE_NOT_FOUND.
See: actions/runner-images#13883
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 717f556 commit 4117fde
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
257 | | - | |
| 257 | + | |
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
| |||
0 commit comments