From fe695e689f3bd24cf3743b46e4b5d78f7d4f38ec Mon Sep 17 00:00:00 2001 From: acalcutt Date: Sun, 16 Mar 2025 13:23:14 -0400 Subject: [PATCH] remove --omit=optional --- .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 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