change npm install to npm ci

This commit is contained in:
Dmitry Shibanov 2022-02-25 14:16:01 +03:00
parent 4e9f57e8f9
commit 84edb6bbc1
2 changed files with 3 additions and 3 deletions

View file

@ -24,8 +24,8 @@ jobs:
with:
node-version: 16.x
- name: npm install
run: npm install
- name: npm ci
run: npm ci
- name: Lint
run: npm run format-check