diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index accd3a645e930..dcf29618b5b39 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -31,7 +31,7 @@ jobs: cache: 'npm' - uses: supabase/setup-cli@v1 - name: Install dependencies - run: npm i + run: npm i --no-audit - name: Install Playwright Browsers run: npx playwright install --with-deps - name: Run Playwright tests