Skip to content

Commit 4694060

Browse files
committed
chore: update chromedriver to 121.0.2 to fix binary CDN URL issue
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
1 parent d14503f commit 4694060

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

packages/router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
"@vue/server-renderer": "^3.3.11",
134134
"@vue/test-utils": "^2.4.3",
135135
"browserstack-local": "^1.5.5",
136-
"chromedriver": "^119.0.1",
136+
"chromedriver": "^121.0.2",
137137
"connect-history-api-fallback": "^1.6.0",
138138
"conventional-changelog-cli": "^2.1.1",
139139
"dotenv": "^16.3.1",

pnpm-lock.yaml

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)