From ed737c7270c1726ea8ff04e4d7891befd8aff653 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 26 Feb 2024 11:15:20 -0500 Subject: [PATCH] ci: update `browser-tools` 1.4.8 (#4341) update browser-tools orb so that the new updated url for chromedrivers are used. no qa required --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f542483647..7b3aa42218 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,7 +13,7 @@ unix_nightly_box: &unix_nightly_box orbs: puppeteer: threetreeslight/puppeteer@0.1.2 - browser-tools: circleci/browser-tools@1.4.6 + browser-tools: circleci/browser-tools@1.4.8 set_npm_auth: &set_npm_auth run: npm config set "//registry.npmjs.org/:_authToken" $NPM_AUTH