Merge pull request #543 from Androz2091/master

ci: fix install
This commit is contained in:
SN0WF14K3 2021-06-22 16:26:57 +05:45 committed by GitHub
commit 817bfdc9b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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