Commit 8c86cd0
Remove unnecessary npm self-upgrade from release workflow
The bundled npm on Node 22.22.2 runners is broken (missing promise-retry),
causing `npm install -g npm@latest` to fail. The default npm from
actions/setup-node is sufficient for publish.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 32a5f6c commit 8c86cd0
2 files changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments