Skip to content

Commit c2525c3

Browse files
authored
Update test.yml
1 parent 8589dba commit c2525c3

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ jobs:
2525
uses: actions/setup-node@v3
2626
with:
2727
node-version: ${{ matrix.node-version }}
28-
- uses: pnpm/action-setup@v2
29-
with:
30-
version: 6
31-
run_install: |
32-
- recursive: true
33-
args: [--frozen-lockfile]
34-
- run: pnpm run test:ci
28+
cache: 'npm'
29+
- run: npm install --frozen-lockfile
30+
- run: npm run test:ci

0 commit comments

Comments
 (0)