Skip to content

Commit e7aa532

Browse files
chore: update npm in publish action
1 parent a7bf1b5 commit e7aa532

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,9 @@ jobs:
144144
node-version-file: '.nvmrc'
145145
registry-url: 'https://registry.npmjs.org/'
146146

147+
- name: Update npm
148+
run: npm install -g npm@latest
149+
147150
- name: Download built production libraries
148151
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.19.1
149152
with:

0 commit comments

Comments
 (0)