Skip to content

Commit 25f0cb0

Browse files
authored
Update test.yml
1 parent b4a9685 commit 25f0cb0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,14 @@ jobs:
66
test:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v1
9+
- uses: actions/checkout@v2
10+
- uses: pnpm/[email protected]
11+
with:
12+
version: 8.6.10
13+
- uses: actions/setup-node@v3
14+
with:
15+
node-version: 20
16+
cache: 'pnpm'
1017
- name: install and test
1118
run: |
1219
pnpm install

0 commit comments

Comments
 (0)