Commit c9507f7
committed
ci: explicitly install Chrome for puppeteer (pnpm v9 skips postinstall)
puppeteer 23 downloads Chrome via its postinstall script, but pnpm v9 build-script approval skips it, causing "Could not find Chrome" in CI. Add an explicit "pnpm exec puppeteer browsers install chrome" step before running the cross-check.1 parent 5282754 commit c9507f7
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
27 | 30 | | |
28 | 31 | | |
0 commit comments