Skip to content

Commit c589879

Browse files
bartlomiejuclaude
andcommitted
ci: install Chrome for Puppeteer in CI
Puppeteer requires a Chrome binary to be installed separately, unlike astral which bundled its own. Add npx puppeteer browsers install step. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0e8ca61 commit c589879

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ jobs:
5050
- name: Install dependencies
5151
run: deno install
5252

53+
- name: Install Chromium for Puppeteer
54+
run: npx puppeteer browsers install chrome
55+
5356
- name: Verify formatting
5457
if: startsWith(matrix.os, 'ubuntu') && matrix.deno == 'v2.x'
5558
run: deno fmt --check

0 commit comments

Comments
 (0)