### What is happening? This PR switched the default chrome version: https://github.com/browser-actions/setup-chrome/pull/632 We have Cypress end to end tests that use setup-chrome. They started failing immediately after this PR was released with the following error. > Error: Failed to initialize WebGL at Map._setupPainter (https://app-t8tk.ci.pgrn.io/assets/js/main.795d9f62.js:454:3659158) at new Map (https://app-t8tk.ci.pgrn.io/assets/js/main.795d9f62.js:454:3644680) at d (https://app-t8tk.ci.pgrn.io/assets/js/main.795d9f62.js:453:528018) at new me (https://app-t8tk.ci.pgrn.io/assets/js/main.795d9f62.js:453:128071) at na (https://app-t8tk.ci.pgrn.io/assets/js/main.795d9f62.js:454:4945944) at Sa (https://app-t8tk.ci.pgrn.io/assets/js/main.795d9f62.js:454:4950782) at xl (https://app-t8tk.ci.pgrn.io/assets/js/main.795d9f62.js:454:4996927) at mc (https://app-t8tk.ci.pgrn.io/assets/js/main.795d9f62.js:454:4985068) at pc (https://app-t8tk.ci.pgrn.io/assets/js/main.795d9f62.js:454:4984996) at hc (https://app-t8tk.ci.pgrn.io/assets/js/main.795d9f62.js:454:4984859) at tc (https://app-t8tk.ci.pgrn.io/assets/js/main.795d9f62.js:454:4981639) at ec (https://app-t8tk.ci.pgrn.io/assets/js/main.795d9f62.js:454:4980190) at w (https://app-t8tk.ci.pgrn.io/assets/js/main.795d9f62.js:454:5007058) at MessagePort.I (https://app-t8tk.ci.pgrn.io/assets/js/main.795d9f62.js:454:5007592) ### Version where you found the bug v2.0.0 ### Runner specifics self-hosted ### Action workflow configuration ```yaml - uses: browser-actions/setup-chrome@latest with: chrome-version: stable id: setup-chrome ``` ### Link to the workflow run _No response_ ### Relevant log output ```shell ```
What is happening?
This PR switched the default chrome version: #632
We have Cypress end to end tests that use setup-chrome. They started failing immediately after this PR was released with the following error.
Version where you found the bug
v2.0.0
Runner specifics
self-hosted
Action workflow configuration
Link to the workflow run
No response
Relevant log output