Skip to content

Commit ce022a7

Browse files
yamatatsuclaude
andcommitted
ci: remove npm update step (not needed for pnpm publish --provenance)
pnpm publish --provenance uses pnpm's own OIDC implementation and does not require updating npm CLI separately. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent e6347bb commit ce022a7

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ jobs:
3131
with:
3232
version: 10
3333
run_install: false
34-
- name: Update npm (required for OIDC trusted publishing)
35-
run: npm install -g npm@latest
3634
- run: pnpm install
3735
- run: pnpm test run
3836
- run: pnpm build

0 commit comments

Comments
 (0)