Skip to content

Commit 2f74f96

Browse files
committed
ci: update npm
1 parent 91cd912 commit 2f74f96

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,9 @@ jobs:
4242
- name: Build
4343
run: nr build
4444

45+
- name: Update npm
46+
run: npm install -g npm@latest
47+
if: ${{ inputs.publish }}
48+
4549
- name: Publish to NPM
4650
run: pnpm -r publish --access public --no-git-checks

0 commit comments

Comments
 (0)