diff --git a/.circleci/config.yml b/.circleci/config.yml index 1402395a7da..ec357430250 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -58,7 +58,9 @@ commands: setup: steps: - checkout - - browser-tools/install-chrome + - browser-tools/install-chrome: + chrome-version: "115.0.5790.170" + replace-existing: true - browser-tools/install-chromedriver - run: name: "Lock dependencies"