File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ version: 2.1
5
5
# the new location and/or names:
6
6
# - ./scripts/github-actions/update-browser-versions.js
7
7
8
- chrome-stable-version : &chrome-stable-version "140.0.7339.127 "
9
- chrome-beta-version : &chrome-beta-version "141.0.7390.16 "
8
+ chrome-stable-version : &chrome-stable-version "140.0.7339.185 "
9
+ chrome-beta-version : &chrome-beta-version "141.0.7390.30 "
10
10
firefox-stable-version : &firefox-stable-version "142.0"
11
11
base-internal-bullseye : &base-internal-bullseye cypress/base-internal:22.18.0-bullseye
12
12
base-internal-yarn-berry : &base-internal-yarn-berry cypress/base-internal:22.18.0-yarn-berry
Original file line number Diff line number Diff line change 1
1
base-internal-bullseye : cypress/base-internal:22.18.0-bullseye
2
2
base-internal-minimum-node : cypress/base-internal:22.15.1
3
3
base-internal-yarn-berry : cypress/base-internal:22.18.0-yarn-berry
4
- chrome-beta-version : 141.0.7390.16
5
- chrome-stable-version : 140.0.7339.127
4
+ chrome-beta-version : 141.0.7390.30
5
+ chrome-stable-version : 140.0.7339.185
6
6
commands :
7
7
build-and-package-binary :
8
8
steps :
@@ -398,11 +398,11 @@ commands:
398
398
description : Google Chrome channel to install
399
399
type : string
400
400
google-chrome-for-testing-version :
401
- default : 140.0.7339.127
401
+ default : 140.0.7339.185
402
402
description : Google Chrome for Testing version to install
403
403
type : string
404
404
google-chrome-version :
405
- default : 140.0.7339.127
405
+ default : 140.0.7339.185
406
406
description : Google Chrome version to install
407
407
type : string
408
408
install-chrome :
@@ -624,7 +624,7 @@ commands:
624
624
steps :
625
625
- install-browsers :
626
626
google-chrome-channel : << parameters.install-chrome-channel >>
627
- google-chrome-version : 141.0.7390.16
627
+ google-chrome-version : 141.0.7390.30
628
628
install-chrome : true
629
629
- when :
630
630
condition :
You can’t perform that action at this time.
0 commit comments