mujo-code / puppeteer-headful

Github Action for puppeteer that is headful.
MIT License
100 stars 41 forks source link

Does it work with the puppeteer `v22.12.0` ? #133

Open dvdvdmt opened 2 months ago

dvdvdmt commented 2 months ago

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:

Could you take a look if this handy Action (❤️) needs an upgrade to be compatible with the new shiny version of Puppeteer?

mymindstorm commented 1 month ago

I think I've got the issue figured out. Made #134 to remediate it.