Skip to content

Commit e2bd478

Browse files
committed
chore: remove redundant npm update step in publish workflow
1 parent 8fd4218 commit e2bd478

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/publish-trusted.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@ jobs:
2525
package-manager-cache: false
2626
registry-url: 'https://registry.npmjs.org'
2727

28-
# Ensure npm 11.5.1 or later is installed for trusted publishing support
29-
# Must run BEFORE pnpm global install to avoid corrupting npm's module tree
30-
- name: Update npm to latest version
31-
run: npm install -g npm@latest
32-
3328
- name: Install pnpm
3429
run: |
3530
npm install -g [email protected]

0 commit comments

Comments
 (0)