setup-chrome icon indicating copy to clipboard operation
setup-chrome copied to clipboard

Set up your GitHub Actions workflow with a specific version of chromium

Results 56 setup-chrome issues
Sort by recently updated
recently updated
newest added

Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.4.5 to 5.6.3. Release notes Sourced from typescript's releases. TypeScript 5.6.3 For release notes, check out the release announcement. For the complete list of fixed issues, check...

dependencies

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.6.2 to 22.7.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=20.6.2&new-version=22.7.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 2.0.2 to 2.1.2. Release notes Sourced from vitest's releases. v2.1.2    🐞 Bug Fixes Move Vitest.setServer to post configureServer hook to enable import analysis for workspace config loading  ...

dependencies

First run: ``` Run browser-actions/setup-chrome@v1 Setup chrome latest Attempting to download chrome latest... Acquiring chrome 1357145 from https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Mac_Arm%2F1357145%2Fchrome-mac.zip?alt=media Installing chrome... /usr/bin/unzip -o -q /Users/ci/actions-runner/_work/_temp/f3df1bf0-cf5b-420c-b4ef-6c190d48a4f7 Successfully Installed chromium to /Users/ci/actions-runner/_work/_tool/setup-chrome/chromium/1357145/arm64 /Users/ci/actions-runner/_work/_tool/setup-chrome/chromium/1357145/arm64/Chromium.app/Contents/MacOS/Chromium...

Bumps [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) from 1.7.2 to 1.9.3. Release notes Sourced from @​biomejs/biome's releases. CLI v1.9.3 CLI New features GritQL queries that match functions or methods will now match async functions or...

dependencies

Running into a strange error when trying to install dependencies on a self-hosted Ubuntu runner. `sudo apt-get update` runs normally but then it seems like `apt-get` cannot be found when...

## What would you like? Update [browser-actions/setup-chrome](https://github.com/browser-actions/setup-chrome) to run using `node24`. ## Why is this needed? GitHub has deprecated the use of `node20` and will force runners to use `node24`...

## Description The `setup-chrome` action currently only uses the runner's local tool cache (`/opt/hostedtoolcache/`) which does not persist across different GitHub Actions runners. This means Chrome is re-downloaded on every...

Skip checking if the browser is installed by the official installer on Windows. The official installer installs to the default location and some github-hosted runners have outdated versions. It enables...