Skip to content

Commit 537ee8e

Browse files
committed
ci: workflow fixes
1 parent ac544e8 commit 537ee8e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/auto-publish.yml

+5
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@master
17+
- uses: pnpm/action-setup@v4
18+
name: Install pnpm
19+
with:
20+
version: 10
21+
run_install: false
1722
- uses: actions/setup-node@v4
1823
with:
1924
node-version: '18.x'

0 commit comments

Comments
 (0)