Skip to content

Commit e3ba147

Browse files
authored
Update ci.yml
1 parent 513d184 commit e3ba147

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
uses: actions/setup-node@v2
2626
with:
2727
node-version: ${{ matrix.node-version }}
28-
- run: npm ci
29-
- run: npm run eslint .
28+
- run: yarn install --frozen-lockfile
29+
- run: yarn eslint .

0 commit comments

Comments
 (0)