Skip to content

Commit e8fe76d

Browse files
authored
chore(ci): remove redundant npm@latest upgrade (#126)
node-24 ships with npm 11+ which already supports OIDC trusted publishing, so the `npm install -g npm@latest` step is redundant. Removing it also drops one global install in the same job as `id-token: write`.
1 parent 3388dee commit e8fe76d

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
@@ -27,8 +27,6 @@ jobs:
2727
registry-url: 'https://registry.npmjs.org'
2828
cache: pnpm
2929

30-
- name: ⎔ Upgrade npm for OIDC support
31-
run: pnpm install -g npm@latest
3230

3331
- name: 📥 Install dependencies
3432
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)