Skip to content

Commit 5d5237d

Browse files
committed
fix CI
1 parent 24a8a49 commit 5d5237d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ jobs:
88
- name: Checkout
99
uses: actions/checkout@v4
1010

11+
- name: Install pnpm
12+
uses: pnpm/action-setup@v3
13+
1114
- name: Setup Node
1215
uses: actions/setup-node@v4
1316
with:

0 commit comments

Comments
 (0)