Skip to content

Commit 3dc0697

Browse files
committed
update
1 parent 0cc83a1 commit 3dc0697

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ jobs:
1616
uses: actions/setup-node@v3
1717
with:
1818
node-version: '16'
19-
cache: 'pnpm'
2019

21-
- name: Install pnpm
22-
run: npm install -g pnpm
20+
- name: Setup pnpm
21+
uses: pnpm/[email protected]
22+
with:
23+
version: 8
2324

2425
- name: Install dependencies
2526
run: pnpm install

0 commit comments

Comments
 (0)