Skip to content

Commit 23690b7

Browse files
committed
Fix CI
1 parent c147962 commit 23690b7

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
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install pnpm
1818
uses: pnpm/action-setup@v2
1919
with:
20-
version: 8
20+
version: 10
2121
- name: Install Node.js
2222
uses: actions/setup-node@v3
2323
with:
@@ -42,7 +42,7 @@ jobs:
4242
- name: Install pnpm
4343
uses: pnpm/action-setup@v2
4444
with:
45-
version: 8
45+
version: 10
4646
- name: Install Node.js ${{ matrix.node-version }}
4747
uses: actions/setup-node@v3
4848
with:

0 commit comments

Comments
 (0)