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