Skip to content

Commit 15910a5

Browse files
authored
Update publish.yml
1 parent c776e5e commit 15910a5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- uses: actions/checkout@v4
29+
- name: Install pnpm
30+
uses: pnpm/action-setup@v4
31+
with:
32+
version: 10
2933
- uses: actions/setup-node@v4
3034
with:
3135
node-version: 20

0 commit comments

Comments
 (0)