[lint] use npm i for dependency install
Some checks failed
Lint / Run linters (push) Failing after 29s

This commit is contained in:
Marius Alwan Meyer 2023-05-01 22:02:51 +00:00
parent 7cbbb9249a
commit f0399d4d7e

View File

@ -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