Skip to content

Commit

Permalink
update chromedriver
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmries committed May 20, 2024
1 parent a2f07c5 commit 9277b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- run: npm ci
# HACK: Force a TTY to enable browser-driver-manager to manipulate stdout.
- shell: 'script -q -e -c "bash {0}"'
run: npx browser-driver-manager install chromedriver=123 --verbose
run: npx browser-driver-manager install chromedriver=125 --verbose
working-directory: packages/cli
- run: npm run coverage --workspace=packages/cli

Expand Down

1 comment on commit 9277b4f

@michael-siek
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reviewed for security

Please sign in to comment.