From eebe9366336982f696f81e9bdb0d62bb34d949ba Mon Sep 17 00:00:00 2001 From: Mauko Quiroga Date: Thu, 8 Dec 2022 15:11:55 +0100 Subject: [PATCH] Upgrade saucelabs client --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cf9cfac..f11311b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -24,7 +24,7 @@ jobs: - run: name: Install saucelabs command: | - npm install saucelabs@^1.5.0 --no-save # allow sending Watai results to SauceLabs. Don't save in package.json, as this would change its checksum and mess up the cache. + npm install saucelabs@^7.2.0 --no-save # allow sending Watai results to SauceLabs. Don't save in package.json, as this would change its checksum and mess up the cache. if [ -d sc ]; then exit; fi # sc has already been downloaded mkdir sc wget https://saucelabs.com/downloads/sc-4.8.2-linux.tar.gz --directory-prefix sc