Skip to content

Commit 226bad4

Browse files
committed
fix: use pnpm action
1 parent 6336d16 commit 226bad4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
steps:
3131
- name: Checkout
3232
uses: actions/checkout@v4
33+
- name: Set up pnpm
34+
uses: pnpm/action-setup@v4
35+
with:
36+
version: 10
3337
- name: Set up Node
3438
uses: actions/setup-node@v4
3539
with:

0 commit comments

Comments
 (0)