Skip to content

Commit 1a80f10

Browse files
committed
fix(github): update npm for trusted publishing
1 parent 08a5224 commit 1a80f10

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
registry-url: https://registry.npmjs.org/
3232
cache: 'pnpm'
3333
if: ${{ steps.release.outputs.release_created }}
34+
- name: Update NPM
35+
run: npm install -g npm@latest
36+
if: ${{ steps.release.outputs.release_created }}
3437
- name: Install Dependencies
3538
run: pnpm install
3639
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)