Commit e9400ce
fix: remove npm self-upgrade step from publish workflow
Node 22.22.2's bundled npm is missing promise-retry, causing
npm install -g npm@latest to fail. The upgrade is unnecessary
since actions/setup-node@v4 provides a working npm.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 0623307 commit e9400ce
1 file changed
+0
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | 124 | | |
130 | 125 | | |
131 | 126 | | |
| |||
0 commit comments