Skip to content

Commit

Permalink
fix: update @wdio deps to 8.32.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmries committed Mar 28, 2024
1 parent b0f778a commit dd10163
Show file tree
Hide file tree
Showing 4 changed files with 1,183 additions and 244 deletions.
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=121 --verbose
working-directory: packages/cli
- run: npm run coverage --workspace=packages/cli

Expand Down
Loading

0 comments on commit dd10163

Please sign in to comment.