fix(ci): install Chromium via playwright instead of missing action

browser-actions/chromium@v3 does not exist. Switch to using
npm install -g playwright && npx playwright install chromium.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Barcode Betty
2026-03-30 19:18:34 +00:00
committed by Barcode Betty
parent 8b21c614bc
commit 386ce16447
+3 -1
View File
@@ -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