diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1d19cd8a2..959881065 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: with: node-version: '18.x' - name: Install dependencies - run: npm i + run: npm ci - name: Run tests run: npm run test - name: Fix code coverage paths