Skip to content

Commit 9666c93

Browse files
🔧 npm is not yarn
1 parent 0fc5229 commit 9666c93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
node-version: '14'
2727
- run: npm ci
28-
- run: npm eslint
28+
- run: npm run eslint
2929
- run: npm test
3030
- uses: paambaati/codeclimate-action@v2.7.5
3131
env:

0 commit comments

Comments
 (0)