From d58870bb71ed2ffbf328509c17a89c72ef5f1a47 Mon Sep 17 00:00:00 2001 From: acalcutt Date: Sun, 16 Mar 2025 13:35:53 -0400 Subject: [PATCH] Revert "remove --omit=optional" This reverts commit fe695e689f3bd24cf3743b46e4b5d78f7d4f38ec. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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