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 47 setup-chrome issues
Sort by recently updated
recently updated
newest added

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.7.11 to 18.7.14. 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=18.7.11&new-version=18.7.14)](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 [typescript](https://github.com/Microsoft/TypeScript) from 4.3.2 to 4.8.2. Release notes Sourced from typescript's releases. TypeScript 4.8 For release notes, check out the release announcement. For the complete list of fixed issues, check...

dependencies

Bumps [@actions/tool-cache](https://github.com/actions/toolkit/tree/HEAD/packages/tool-cache) from 1.7.1 to 2.0.1. Changelog Sourced from @​actions/tool-cache's changelog. 2.0.1 Update to v2.0.1 of @actions/http-client #1087 2.0.0 Update to v2.0.0 of @actions/http-client The type of the headers parameter...

dependencies

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.23.0 to 4.33.0. Release notes Sourced from @​typescript-eslint/parser's releases. v4.33.0 4.33.0 (2021-10-04) Bug Fixes eslint-plugin: [lines-between-class-members] fix exceptAfterOverload for abstract methods (#3943) (240fc65) eslint-plugin: [no-confusing-void-expression] support optional...

dependencies

Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.31.1 to 0.34.0. Release notes Sourced from @​vercel/ncc's releases. 0.34.0 Changes Add support for TS 4.7 Chore(deps-dev): bump ts-loader from 8.3.0 to 9.3.0: #921 Chore(deps-dev): bump express...

dependencies

Hey team, we're using this action on self-hosted runners using an image derived from ubuntu 20.04 and got this error: ``` Run browser-actions/setup-chrome@latest with: chrome-version: latest Setup chromium latest Attempting...

Hi, first of all thank you for your hard work making this possible. I hope I can help you on that "download with exact chromium version". Because that's exactly my...

Here's a short one. ```yaml name: Verify on: push: branches: [ master ] pull_request: branches: [ master ] jobs: verify: runs-on: [ self-hosted ] strategy: matrix: node-version: [ 14.x, 15.x,...

thank you for publishing the amazing actions! there have been more commits to master branch since v0.0.0 has been tagged. maybe time to create a new release tag?