Skip to content

Commit

Permalink
build: update chrome driver to 104.0.5112.29
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 committed Jul 25, 2022
1 parent d55eada commit 6e8808e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -29,7 +29,7 @@
"validate": "node ./bin/devkit-admin validate",
"postinstall": "yarn webdriver-update && yarn husky install",
"//webdriver-update-README": "ChromeDriver version must match Puppeteer Chromium version, see https://github.com/GoogleChrome/puppeteer/releases http://chromedriver.chromium.org/downloads",
"webdriver-update": "webdriver-manager update --standalone false --gecko false --versions.chrome 103.0.5060.24",
"webdriver-update": "webdriver-manager update --standalone false --gecko false --versions.chrome 104.0.5112.29",
"public-api:check": "node goldens/public-api/manage.js test",
"public-api:update": "node goldens/public-api/manage.js accept",
"ts-circular-deps:check": "yarn -s ng-dev ts-circular-deps check --config ./packages/circular-deps-test.conf.js",
Expand Down

0 comments on commit 6e8808e

Please sign in to comment.