Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit db5e353

Browse files
committed
fix more
1 parent 1044f61 commit db5e353

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/ci.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,20 @@ jobs:
2121
- name: Checkout
2222
uses: actions/checkout@v4
2323

24-
- name: Install
25-
run: pnpm install
24+
- name: Install pnpm
25+
uses: pnpm/action-setup@v4
26+
with:
27+
version: 9
2628

2729
- name: Set up Node
2830
uses: actions/setup-node@v4
2931
with:
3032
node-version: 20
3133
cache: pnpm
3234

35+
- name: Install
36+
run: pnpm install
37+
3338
- name: Check
3439
run: pnpm check:${{ matrix.check }}
3540

0 commit comments

Comments
 (0)