Skip to content

Commit

Permalink
chore: update chromedriver to 121.0.2 to fix binary CDN URL issue (#2144
Browse files Browse the repository at this point in the history
)

The default CDN URL for Chrome binaries has been updated in the past few
days. So fresh installations of the chromedriver package will fail with
a 404 error. Here's an example in `vuejs/ecosystem-ci`:
https://github.com/vuejs/ecosystem-ci/actions/runs/7954792731/job/21714823187#step:7:5745

This issue was fixed in `chromedriver` 121.0.2:
giggio/node-chromedriver@06656e9
  • Loading branch information
sodatea committed Feb 19, 2024
1 parent d14503f commit f934fcf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion packages/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"@vue/server-renderer": "^3.3.11",
"@vue/test-utils": "^2.4.3",
"browserstack-local": "^1.5.5",
"chromedriver": "^119.0.1",
"chromedriver": "^121.0.2",
"connect-history-api-fallback": "^1.6.0",
"conventional-changelog-cli": "^2.1.1",
"dotenv": "^16.3.1",
Expand Down
26 changes: 13 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f934fcf

Please sign in to comment.