diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b685223d..22991625 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Install deps - run: npm cit + run: npm ci - name: Run tests run: npm test