Skip to content

Commit d35349b

Browse files
chore: Update Chrome (stable) to 140.0.7339.185 and Chrome (beta) to 141.0.7390.30 (#32537)
* chore: Update Chrome (stable) to 140.0.7339.185 and Chrome (beta) to 141.0.7390.30 * empty commit --------- Co-authored-by: cypress-bot[bot] <41898282+cypress-bot[bot]@users.noreply.github.com> Co-authored-by: Jennifer Shehane <[email protected]>
1 parent 03b066b commit d35349b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.circleci/src/workflows/@workflows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ version: 2.1
55
# the new location and/or names:
66
# - ./scripts/github-actions/update-browser-versions.js
77

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"
1010
firefox-stable-version: &firefox-stable-version "142.0"
1111
base-internal-bullseye: &base-internal-bullseye cypress/base-internal:22.18.0-bullseye
1212
base-internal-yarn-berry: &base-internal-yarn-berry cypress/base-internal:22.18.0-yarn-berry

.circleci/workflows.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
base-internal-bullseye: cypress/base-internal:22.18.0-bullseye
22
base-internal-minimum-node: cypress/base-internal:22.15.1
33
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
66
commands:
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.127
401+
default: 140.0.7339.185
402402
description: Google Chrome for Testing version to install
403403
type: string
404404
google-chrome-version:
405-
default: 140.0.7339.127
405+
default: 140.0.7339.185
406406
description: Google Chrome version to install
407407
type: string
408408
install-chrome:
@@ -624,7 +624,7 @@ commands:
624624
steps:
625625
- install-browsers:
626626
google-chrome-channel: << parameters.install-chrome-channel >>
627-
google-chrome-version: 141.0.7390.16
627+
google-chrome-version: 141.0.7390.30
628628
install-chrome: true
629629
- when:
630630
condition:

0 commit comments

Comments
 (0)