Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 8221655

Browse files
committed
ci: update chrome driver to 83.0.4103.0
1 parent c61f581 commit 8221655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
# https://github.com/GoogleChrome/puppeteer/releases
123123
# http://chromedriver.chromium.org/downloads
124124
command: |
125-
echo 'export CHROMEDRIVER_VERSION_ARG="--versions.chrome 81.0.4044.0"' >> $BASH_ENV # Redirect into $BASH_ENV
125+
echo 'export CHROMEDRIVER_VERSION_ARG="--versions.chrome 83.0.4103.0"' >> $BASH_ENV # Redirect into $BASH_ENV
126126
- run: ./integration/run_tests.sh
127127

128128
workflows:

0 commit comments

Comments
 (0)