Skip to content

Commit 69af34c

Browse files
committed
Remove npm self-upgrade from release workflow
1 parent 3dac66d commit 69af34c

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
@@ -36,9 +36,6 @@ jobs:
3636
cache: 'pnpm'
3737
registry-url: 'https://registry.npmjs.org'
3838

39-
- name: Update npm
40-
run: npm install -g npm@latest
41-
4239
- name: Build
4340
run: pnpm build
4441

0 commit comments

Comments
 (0)