diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cd4a499daa..bbe9d3a7bc 100755 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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' }}