Skip to content

Commit d6dd90e

Browse files
authored
Try to fix publishing
1 parent 26f3c58 commit d6dd90e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ jobs:
2727

2828
- uses: pnpm/action-setup@v4
2929

30+
- name: Upgrade NPM
31+
if: steps.check.outputs.changed == 'true'
32+
run: |
33+
npm install -g npm@latest
34+
npm --version
35+
3036
- name: Setup Node
3137
if: steps.check.outputs.changed == 'true'
3238
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)