fix(ci): install Chromium before running Lighthouse CI

lhci autorun requires Chrome to be present on the runner. This was
causing the lighthouse job to fail with "Chrome installation not found".

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Barcode Betty
2026-03-30 19:14:48 +00:00
committed by Barcode Betty
parent 3747d335f5
commit 8b21c614bc
+2
View File
@@ -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