Skip to content

Commit 15be44a

Browse files
committed
ci(bundlers): install Chrome for Puppeteer (npx puppeteer browsers install chrome) to satisfy runtime
1 parent 87f585d commit 15be44a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test-bundlers.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ jobs:
3838
NPM_CONFIG__AUTH: ''
3939
NPM_CONFIG__AUTHTOKEN: ''
4040

41+
- name: 🧲 Download Chrome for Puppeteer
42+
shell: bash
43+
run: |
44+
# Explicitly fetch Chromium/Chrome binaries required by Puppeteer
45+
npx --yes puppeteer@24 browsers install chrome
46+
4147
# Compile the TS bundler spec to JS to avoid installing ts-jest in CI
4248
- name: 🛠️ Compile bundler spec to JS
4349
shell: bash

0 commit comments

Comments
 (0)