ci: fix install

This commit is contained in:
SN0WF14K3 2021-06-22 16:26:12 +05:45 committed by GitHub
parent 889f27d210
commit da5ab956d1
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