Skip to content

Commit f934fcf

Browse files
authored
chore: update chromedriver to 121.0.2 to fix binary CDN URL issue (#2144)
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 f934fcf

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

packages/router/package.json

+1-1
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

+13-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)