Skip to content

Commit 8e30492

Browse files
patrickhulceclaude
andcommitted
ci: remove broken npm self-upgrade step
@semantic-release/npm v13 handles OIDC token exchange itself via @actions/core.getIDToken() so npm CLI 11.5.1+ is not required. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 99fc4a6 commit 8e30492

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
node-version: '22'
2323
- name: apt-get install
2424
run: sudo apt-get update && sudo apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
25-
- run: npm install -g npm@latest
2625
- run: corepack enable
2726
- run: yarn
2827
- run: yarn test

0 commit comments

Comments
 (0)