Change CI npm install type

This commit is contained in:
Piotr Rogowski 2021-09-26 18:40:25 +02:00
parent 03fb77b2ee
commit 992ea151ad
No known key found for this signature in database
GPG Key ID: F40F61D5587F5673
1 changed files with 1 additions and 1 deletions

View File

@ -26,5 +26,5 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm i
- run: npm ci
- run: npm run lint