diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34046bc..c776aa5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: node-version-file: 'package.json' - name: Install dependencies 🚀 - run: npm i --prefer-offline --no-audit --omit=optional + run: npm ci --prefer-offline --no-audit --omit=optional - name: Run linter(s) 💅 uses: wearerequired/lint-action@v2