diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 89f1749..39bfa6a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: - name: Install Chromium for Lighthouse run: | npm install -g playwright - npx playwright install chromium + npx playwright install --with-deps chromium - name: Run Lighthouse CI run: | CHROME_PATH=$(find /home/runner/.cache/ms-playwright -name chrome -type f 2>/dev/null | head -1)