diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 88d7d18..35f8822 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,9 @@ jobs: - run: npm ci - run: npm run build - name: Install Chromium - uses: browser-actions/chromium@v3 + run: | + npm install -g playwright + npx playwright install chromium - name: Run Lighthouse CI run: | npm install -g @lhci/cli