diff --git a/.github/workflows/test-and-lint.yml b/.github/workflows/test-and-lint.yml index c5a1b6df3..892b80542 100644 --- a/.github/workflows/test-and-lint.yml +++ b/.github/workflows/test-and-lint.yml @@ -20,7 +20,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Install dependencies - run: npm ci --force + run: npm ci - name: Run jaribu tests # These must be replaced before we can use Node v18 in CI run: npm test - name: Run mocha tests