Skip to content

Commit

Permalink
feat(*): change 'npm i' on 'npm ci' (#1227)
Browse files Browse the repository at this point in the history
Co-authored-by: Igor Belyaev <IYBelyaev@alfabank.ru>
  • Loading branch information
IBelyaev and Igor Belyaev committed Oct 26, 2020
1 parent 9e9e68a commit 2485928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
npm cache clean --force
rm -rf ~/.npm node_modules
npm i
npm ci
- name: Lint's checks
if: ${{ matrix.test-scope == 'lint' }}
Expand Down

0 comments on commit 2485928

Please sign in to comment.