[lint] use npm i for dependency install
Some checks failed
Lint / Run linters (push) Failing after 29s
Some checks failed
Lint / Run linters (push) Failing after 29s
This commit is contained in:
parent
7cbbb9249a
commit
f0399d4d7e
@ -29,7 +29,7 @@ jobs:
|
||||
|
||||
# ESLint and Prettier must be in `package.json`
|
||||
- name: Install Node.js dependencies
|
||||
run: npm ci
|
||||
run: npm i
|
||||
|
||||
- name: Run linters
|
||||
uses: https://github.com/wearerequired/lint-action@v2
|
||||
|
Loading…
Reference in New Issue
Block a user