Skip to content

Commit 146eb2a

Browse files
authored
ci: fix test ci
1 parent d6a061e commit 146eb2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
with:
2525
node-version: ${{ matrix.node-version }}
2626
- name: Setup pnpm
27-
uses: pnpm/action-setup@v2.4.0
27+
uses: pnpm/action-setup@v4
2828
with:
29-
version: 8
29+
version: 9
3030
- name: Install and run tests
3131
run: pnpm it

0 commit comments

Comments
 (0)