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 cartsnitch-ci[bot]
parent 5bb0a5817b
commit ca8cf2a80a
+2
View File
@@ -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