Skip to content

Commit 48d4925

Browse files
committed
build: update WebDriver for Chrome to 92.0.4515.107
1 parent 86dd832 commit 48d4925

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"validate": "node ./bin/devkit-admin validate",
2929
"postinstall": "yarn webdriver-update && yarn ngcc && yarn husky install",
3030
"//webdriver-update-README": "ChromeDriver version must match Puppeteer Chromium version, see https://github.com/GoogleChrome/puppeteer/releases http://chromedriver.chromium.org/downloads",
31-
"webdriver-update": "webdriver-manager update --standalone false --gecko false --versions.chrome 91.0.4472.19",
31+
"webdriver-update": "webdriver-manager update --standalone false --gecko false --versions.chrome 92.0.4515.107",
3232
"ngcc": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points",
3333
"public-api:check": "node goldens/public-api/manage.js test",
3434
"public-api:update": "node goldens/public-api/manage.js accept",

0 commit comments

Comments
 (0)