From 70b2b70ba0f9c5653d2de910ec28e14085df5cfd Mon Sep 17 00:00:00 2001 From: Darin Kelkhoff Date: Thu, 20 Jul 2023 08:11:55 -0500 Subject: [PATCH] Try updating orb rather than specific chrome version --- .circleci/config.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 965a988..7da77eb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2.1 orbs: node: circleci/node@5.1.0 - browser-tools: circleci/browser-tools@1.4.1 + browser-tools: circleci/browser-tools@1.4.3 executors: java17: @@ -29,8 +29,7 @@ commands: mvn_verify: steps: - - browser-tools/install-chrome: - chrome-version: 114.0.5735.198 + - browser-tools/install-chrome - browser-tools/install-chromedriver - run: name: install dockerize