We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b143ad commit cf9cc7eCopy full SHA for cf9cc7e
1 file changed
.circleci/config.yml
@@ -19,14 +19,7 @@ jobs:
19
steps:
20
- checkout
21
22
- - run:
23
- name: Add chrome keys & update.
24
- command: |
25
- wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
26
- sudo apt-get update
27
-
28
- - browser-tools/install-browser-tools:
29
- chrome-version: 120.0.6099.71
+ - browser-tools/install-browser-tools
30
31
- run:
32
name: ℹ️ CI Context
0 commit comments