diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d9e9b8..88d7d18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,6 +71,8 @@ jobs: cache: npm - run: npm ci - run: npm run build + - name: Install Chromium + uses: browser-actions/chromium@v3 - name: Run Lighthouse CI run: | npm install -g @lhci/cli