Skip to content

Commit ad2595c

Browse files
authored
Update test.yml
1 parent c2525c3 commit ad2595c

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: 'npm'
29-
- run: npm install --frozen-lockfile
30-
- run: npm run test:ci
28+
cache: 'yarn'
29+
- run: yarn install --frozen-lockfile
30+
- run: yarn test:ci

0 commit comments

Comments
 (0)