Skip to content

Commit 36b4972

Browse files
authored
Update npm-publish.yml
1 parent 30838e7 commit 36b4972

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
with:
1818
node-version: 20
1919
registry-url: https://registry.npmjs.org/
20-
20+
- name: Update npm
21+
run: npm install -g npm@latest
2122
- run: npm ci
2223
- run: npm run build-themes
2324
- run: npm publish

0 commit comments

Comments
 (0)