From 558abdaa1d693147fa3004e873ec253e559482bd Mon Sep 17 00:00:00 2001 From: Elia Schito Date: Mon, 4 Sep 2023 11:57:43 +0200 Subject: [PATCH] Pin the version of chrome to install until the ORB is fixed Ref: - https://github.com/CircleCI-Public/browser-tools-orb/pull/72 - https://stackoverflow.com/a/77013753 --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"