Skip to content

Commit a16a92b

Browse files
committed
feat: update test ci
1 parent 5374fad commit a16a92b

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
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node.js
1919
uses: actions/setup-node@v2
2020
with:
21-
node-version: "18"
21+
node-version: "20"
2222

2323
- name: Setup Git
2424
run: |
@@ -29,7 +29,7 @@ jobs:
2929
name: Install pnpm
3030
id: pnpm-install
3131
with:
32-
version: 7
32+
version: 10
3333
run_install: false
3434

3535
- name: Get pnpm store directory

0 commit comments

Comments
 (0)