Skip to content

Commit 5dd8d4c

Browse files
guo-yuclaude
andcommitted
fix(ci): remove broken npm install -g npm@latest from publish job
Node 22.22.2 runner has a corrupted npm that fails with "Cannot find module 'promise-retry'" when trying to self-upgrade. The bundled npm is sufficient for npm publish. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 17dbc1a commit 5dd8d4c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ jobs:
6464
with:
6565
node-version: 22
6666
registry-url: https://registry.npmjs.org
67-
- run: npm install -g npm@latest
6867
- run: bun install
6968
- run: bun run build
7069
- run: bun run typecheck

0 commit comments

Comments
 (0)