Skip to content

Commit 9cd287d

Browse files
alan-agius4clydin
authored andcommitted
ci: update ChromeDriver to 87.0.4280.20
(cherry picked from commit d7d92bf)
1 parent 67d92fb commit 9cd287d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integration/angular_cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"test": "ng test",
99
"lint": "ng lint",
1010
"e2e": "ng e2e --prod",
11-
"postinstall": "webdriver-manager update --standalone false --gecko false --versions.chrome 85.0.4183.38"
11+
"postinstall": "webdriver-manager update --standalone false --gecko false --versions.chrome 87.0.4280.20"
1212
},
1313
"private": true,
1414
"dependencies": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"preinstall": "node ./tools/yarn/check-yarn.js",
3636
"postinstall": "yarn webdriver-update && yarn ngcc",
3737
"//webdriver-update-README": "ChromeDriver version must match Puppeteer Chromium version, see https://github.com/GoogleChrome/puppeteer/releases http://chromedriver.chromium.org/downloads",
38-
"webdriver-update": "webdriver-manager update --standalone false --gecko false --versions.chrome 85.0.4183.38",
38+
"webdriver-update": "webdriver-manager update --standalone false --gecko false --versions.chrome 87.0.4280.20",
3939
"ngcc": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points"
4040
},
4141
"repository": {

0 commit comments

Comments
 (0)