@@ -2,7 +2,7 @@ base-internal-bullseye: cypress/base-internal:22.18.0-bullseye
22base-internal-minimum-node : cypress/base-internal:22.15.1
33base-internal-yarn-berry : cypress/base-internal:22.18.0-yarn-berry
44chrome-beta-version : 141.0.7390.30
5- chrome-stable-version : 140.0.7339.185
5+ chrome-stable-version : 140.0.7339.207
66commands :
77 build-and-package-binary :
88 steps :
@@ -398,11 +398,11 @@ commands:
398398 description : Google Chrome channel to install
399399 type : string
400400 google-chrome-for-testing-version :
401- default : 140.0.7339.185
401+ default : 140.0.7339.207
402402 description : Google Chrome for Testing version to install
403403 type : string
404404 google-chrome-version :
405- default : 140.0.7339.185
405+ default : 140.0.7339.207
406406 description : Google Chrome version to install
407407 type : string
408408 install-chrome :
@@ -2013,7 +2013,6 @@ jobs:
20132013 - run : yarn workspace @cypress/grep omit:specs
20142014 - run : yarn workspace @cypress/grep or
20152015 - run : yarn workspace @cypress/grep skip
2016- - run : yarn workspace @cypress/grep tags
20172016 - run : yarn workspace @cypress/grep tags:inverted
20182017 - run : yarn workspace @cypress/grep tags:and
20192018 - run : yarn workspace @cypress/grep tags:and:not
0 commit comments