Skip to content

Commit b4ac3a7

Browse files
committed
build: update chrome driver to 91.0.4472.19
(cherry picked from commit 3059b5d)
1 parent 77fda18 commit b4ac3a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"validate": "node ./bin/devkit-admin validate",
3434
"postinstall": "yarn webdriver-update && yarn ngcc && yarn husky install",
3535
"//webdriver-update-README": "ChromeDriver version must match Puppeteer Chromium version, see https://github.com/GoogleChrome/puppeteer/releases http://chromedriver.chromium.org/downloads",
36-
"webdriver-update": "webdriver-manager update --standalone false --gecko false --versions.chrome 89.0.4389.0",
36+
"webdriver-update": "webdriver-manager update --standalone false --gecko false --versions.chrome 91.0.4472.19",
3737
"ngcc": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points"
3838
},
3939
"repository": {

0 commit comments

Comments
 (0)