Skip to content

Commit a5ada9e

Browse files
fix: ci
1 parent 551712d commit a5ada9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
uses: actions/setup-node@v1
2525
with:
2626
node-version: ${{ matrix.node-version }}
27-
- run: npm ci
28-
- run: npm run lint
27+
- run: yarn
28+
- run: yarn run lint

0 commit comments

Comments
 (0)