From c498b986d16634e0e56f62eaa9d8566df0f358d4 Mon Sep 17 00:00:00 2001 From: nicolethoen Date: Fri, 20 Mar 2026 09:59:07 -0400 Subject: [PATCH] fix: install Chrome for Puppeteer in a11y CI workflow Co-Authored-By: Claude Opus 4.6 --- .github/workflows/build-lint-test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-lint-test.yml b/.github/workflows/build-lint-test.yml index 91673cb..c35cc7e 100644 --- a/.github/workflows/build-lint-test.yml +++ b/.github/workflows/build-lint-test.yml @@ -146,6 +146,8 @@ jobs: key: ${{ runner.os }}-yarn-22-${{ secrets.CACHE_VERSION }}-${{ hashFiles('yarn.lock') }} - run: yarn install --immutable if: steps.yarn-cache.outputs.cache-hit != 'true' + - name: Install Chrome for Puppeteer + run: npx puppeteer browsers install chrome - uses: actions/cache@v4 id: dist name: Cache dist