Skip to content

Commit 6873e6b

Browse files
authored
Update deploy.yml
Setup pnpm
1 parent 68261d3 commit 6873e6b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy.yml

+5
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
with:
2121
node-version: "16"
2222

23+
- name: Setup pnpm
24+
uses: pnpm/action-setup@v2
25+
with:
26+
version: 8
27+
2328
- name: Install dependencies
2429
run: pnpm install
2530

0 commit comments

Comments
 (0)