diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 48a8df5..dde7161 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: cache: 'npm' - name: Install dependencies 🚀 - run: npm ci --prefer-offline --no-audit --omit=optional + run: npm ci --prefer-offline --no-audit - name: Run linter(s) 💅 uses: wearerequired/lint-action@v2