You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm facing the issue during the Github action execution in my CI.
I've upgraded the version of the puppeteer recently from ^20.1.2 to ^22.12.0 and now the job started to fail with these errors:
Error: Browser was not found at the configured executablePath (google-chrome-stable)
Observations:
Version 22.12.0
Works fine locally outside container on MacOS
❌ Fails in CI
Version 20.9.0
Works fine locally outside container on MacOS
Works in CI
Could you take a look if this handy Action (❤️) needs an upgrade to be compatible with the new shiny version of Puppeteer?
The text was updated successfully, but these errors were encountered:
Hi, I'm facing the issue during the Github action execution in my CI.
I've upgraded the version of the puppeteer recently from
^20.1.2
to^22.12.0
and now the job started to fail with these errors:Observations:
22.12.0
20.9.0
Could you take a look if this handy Action (❤️) needs an upgrade to be compatible with the new shiny version of Puppeteer?
The text was updated successfully, but these errors were encountered: