Skip to content

Commit 503b17a

Browse files
piotrskiclaude
andcommitted
fix: remove npm self-upgrade step that breaks release pipeline
npm@latest started shipping a broken install (missing promise-retry) causing the release job to fail before any actual work happens. The runner already ships with a recent enough npm for OIDC publishing. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 70caccb commit 503b17a

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ jobs:
2626
with:
2727
node-version: '22'
2828

29-
- name: Update npm for OIDC trusted publishing
30-
run: npm install -g npm@latest
31-
3229
- name: Install dependencies
3330
run: bun install
3431

0 commit comments

Comments
 (0)