Skip to content

Commit c498b98

Browse files
nicolethoenclaude
andcommitted
fix: install Chrome for Puppeteer in a11y CI workflow
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a18f1ce commit c498b98

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-lint-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,8 @@ jobs:
146146
key: ${{ runner.os }}-yarn-22-${{ secrets.CACHE_VERSION }}-${{ hashFiles('yarn.lock') }}
147147
- run: yarn install --immutable
148148
if: steps.yarn-cache.outputs.cache-hit != 'true'
149+
- name: Install Chrome for Puppeteer
150+
run: npx puppeteer browsers install chrome
149151
- uses: actions/cache@v4
150152
id: dist
151153
name: Cache dist

0 commit comments

Comments
 (0)