Skip to content

Commit ed4ec7d

Browse files
committed
fix CI 3
1 parent ce625a4 commit ed4ec7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
path: node_modules
2525
key: ${{ matrix.node }}-${{ hashFiles('**/yarn.lock') }}
2626
- if: steps.cache.outputs.cache-hit != 'true'
27-
run: yarn ci
28-
- run: yarn test
27+
run: npm ci
28+
- run: npm test

0 commit comments

Comments
 (0)