diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d028f6..3e37b7c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,6 +57,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