Skip to content

Commit 333d409

Browse files
committed
Update CI
1 parent 72beed8 commit 333d409

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,14 @@ jobs:
1111
timeout-minutes: 10
1212

1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
1515

16-
- name: yarn install
17-
run: yarn install --frozen-lockfile
16+
- uses: pnpm/action-setup@v4
17+
with:
18+
version: 8
1819

19-
- name: yarn test
20-
run: yarn test
20+
- name: pnpm install
21+
run: pnpm install --frozen-lockfile
22+
23+
- name: pnpm test
24+
run: pnpm test

0 commit comments

Comments
 (0)