Commit 81198f1
fix: remove global npm upgrade from publish workflow
The "npm install -g npm@latest" step was failing on the runner with a
MODULE_NOT_FOUND error for 'promise-retry' during npm's self-upgrade.
Node 22 already ships with npm 10.x which supports --provenance natively,
so the upgrade step is unnecessary.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 3d47932 commit 81198f1
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
| |||
0 commit comments