We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87f585d commit 15be44aCopy full SHA for 15be44a
.github/workflows/test-bundlers.yml
@@ -38,6 +38,12 @@ jobs:
38
NPM_CONFIG__AUTH: ''
39
NPM_CONFIG__AUTHTOKEN: ''
40
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
+
47
# Compile the TS bundler spec to JS to avoid installing ts-jest in CI
48
- name: 🛠️ Compile bundler spec to JS
49
shell: bash
0 commit comments