commit
817bfdc9b5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/eslint.yml
vendored
2
.github/workflows/eslint.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
|||
node-version: ${{ matrix.node }}
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
run: npm install
|
||||
|
||||
- name: Run ESLint
|
||||
run: npm run lint
|
||||
|
|
Loading…
Reference in a new issue