Skip to content

Commit a2292a7

Browse files
committed
fix npm workflow
1 parent 963e580 commit a2292a7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
registry-url: 'https://registry.npmjs.org'
2323
always-auth: false
2424

25+
- name: Update npm
26+
run: npm install -g npm@latest
27+
2528
- name: Install dependencies
2629
run: npm ci
2730

0 commit comments

Comments
 (0)