github-action icon indicating copy to clipboard operation
github-action copied to clipboard

Update `browser-actions/setup-chrome` to `node24` version

Open MikeMcC399 opened this issue 4 months ago • 0 comments

What would you like?

Update documentation and examples to use a version of browser-actions/setup-chrome that runs using node24

Why is this needed?

Documentation and examples currently use browser-actions/setup-chrome@v2 which runs.using node20.

The node20 option for GitHub Actions is tied to Node.js 20 that is planned for End-of-life on Apr 30, 2026.

GitHub has deprecated the use of node20 and will force runners to use node24 beginning on Mar 4, 2026 - see Deprecation of Node 20 on GitHub Actions runners.

Supports resolution of issue https://github.com/cypress-io/github-action/issues/1519

Other

browser-actions/setup-chrome@v2 is the latest version available at this time.

  • https://github.com/browser-actions/setup-chrome/issues/641 has requested an update to node24

MikeMcC399 avatar Nov 01 '25 11:11 MikeMcC399