Skip to content

Commit 28bfe83

Browse files
committed
fix publishing
1 parent 209ec6c commit 28bfe83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
with:
2222
node-version: 22
2323
cache: "pnpm"
24+
- name: update npm
25+
run: npm install -g npm@latest
2426
- name: setup pnpm config
2527
run: pnpm config set store-dir $PNPM_CACHE_FOLDER
2628
- name: install dependencies

0 commit comments

Comments
 (0)