setup-chrome
setup-chrome copied to clipboard
Set up your GitHub Actions workflow with a specific version of chromium
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.7.11 to 18.11.3. Commits See full diff in compare view [](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...
Hi there, Github Actions starts printing warnings for deprecations and this repository is affected. The main warning is concerned with the node version in use (currently 12), which should be...
See https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/
No matter which version I try, I'm getting this ` > Unexpected token .` error in my tests. I've verified the chrome executable is downloaded. But only 'latest' is working....
CI `test-latest` tests the latest version in GitHub Marketplace. However, this CI should test current commit. Therefore, I change it to test current commit.
```yml - uses: browser-actions/[email protected] with: chrome-version: 103 ``` If I use this Action as above, I will get the following warning. ``` Warning: Unexpected input(s) 'chrome-version', valid inputs are ['chromium-version']...
`browser-actions/setup-chrome` uses Node.js 12. However, it is already EOL. Therefore, I update it to 16 (Active LTS). For your information: https://github.com/nodejs/Release
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.3.2 to 4.8.4. Release notes Sourced from typescript's releases. TypeScript 4.8.4 For release notes, check out the release announcement. For the complete list of fixed issues, check...
Bumps the eslint group with 5 updates: | Package | From | To | | --- | --- | --- | | [eslint](https://github.com/eslint/eslint) | `8.49.0` | `9.0.0` | | [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier)...
Bumps the typescript group with 3 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [typescript](https://github.com/Microsoft/TypeScript). Updates `@typescript-eslint/eslint-plugin` from 6.7.0 to 7.5.0 Release notes Sourced from @typescript-eslint/eslint-plugin's releases. v7.5.0 7.5.0 (2024-04-01) 🩹 Fixes eslint-plugin: [no-floating-promises]...