Skip to content

Commit da5d3cb

Browse files
committed
chore: workflow
1 parent de4e38d commit da5d3cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
uses: actions/setup-node@v1
2525
with:
2626
node-version: ${{ matrix.node-version }}
27-
- run: npm install
28-
- run: npm run lint
29-
- run: npm run build
30-
- run: npm test
27+
- run: yarn install
28+
- run: yarn lint
29+
- run: yarn test
30+
- run: yarn build
3131
env:
3232
CI: true

0 commit comments

Comments
 (0)