Skip to content

Commit 9277b4f

Browse files
committed
update chromedriver
1 parent a2f07c5 commit 9277b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- run: npm ci
6060
# HACK: Force a TTY to enable browser-driver-manager to manipulate stdout.
6161
- shell: 'script -q -e -c "bash {0}"'
62-
run: npx browser-driver-manager install chromedriver=123 --verbose
62+
run: npx browser-driver-manager install chromedriver=125 --verbose
6363
working-directory: packages/cli
6464
- run: npm run coverage --workspace=packages/cli
6565

0 commit comments

Comments
 (0)