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 cartsnitch-ci[bot]
parent ca8cf2a80a
commit 7b9194a152
+3 -1
View File
@@ -58,7 +58,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