diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d0adce..8746a3b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,6 @@ jobs: node-version: ${{ matrix.node-version }} cache: npm - name: Install dependencies - run: npm ci || npm install + run: npm ci - name: Run tests run: npm test