Skip to content

Commit cb72635

Browse files
authored
Update test.yml
1 parent 5da8908 commit cb72635

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
uses: actions/setup-node@v3
2626
with:
2727
node-version: ${{ matrix.node-version }}
28-
cache: 'yarn'
29-
- run: yarn install --no-lockfile
30-
- run: yarn test:ci
28+
cache: 'pnpm'
29+
- run: pnpm install --frozen-lockfile
30+
- run: pnpm run test:ci

0 commit comments

Comments
 (0)