Skip to content

Commit 75c8f32

Browse files
nicolethoenclaude
andcommitted
fix: use @puppeteer/browsers@latest for Chrome install in CI
The project's transitive @puppeteer/browsers dependency is too old and uses stale download URLs, causing 404 errors. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5d5a4ba commit 75c8f32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
- run: yarn install --immutable
148148
if: steps.yarn-cache.outputs.cache-hit != 'true'
149149
- name: Install Chrome for Puppeteer
150-
run: npx @puppeteer/browsers install chrome@stable
150+
run: npx @puppeteer/browsers@latest install chrome@stable
151151
- uses: actions/cache@v4
152152
id: dist
153153
name: Cache dist

0 commit comments

Comments
 (0)