Skip to content

Commit 887c692

Browse files
authored
chore: Cypress 13.16.0 release (#1251)
1 parent ae61173 commit 887c692

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

factory/.env

+4-5
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ NODE_VERSION="${FACTORY_DEFAULT_NODE_VERSION}"
2121
FACTORY_VERSION='5.0.0'
2222

2323
# Chrome versions: https://www.ubuntuupdates.org/package/google_chrome/stable/main/base/google-chrome-stable
24-
CHROME_VERSION='130.0.6723.116-1'
24+
CHROME_VERSION='131.0.6778.69-1'
2525

2626
# Cypress versions: https://www.npmjs.com/package/cypress
27-
CYPRESS_VERSION='13.15.2'
27+
CYPRESS_VERSION='13.16.0'
2828

2929
# Edge versions: https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/
30-
EDGE_VERSION='130.0.2849.68-1'
30+
EDGE_VERSION='131.0.2903.51-1'
3131

3232
# Firefox versions: https://download-installer.cdn.mozilla.net/pub/firefox/releases/
33-
FIREFOX_VERSION='132.0.1'
33+
FIREFOX_VERSION='132.0.2'
3434

3535
# Yarn versions: https://www.npmjs.com/package/yarn and
3636
# https://classic.yarnpkg.com/latest-version
@@ -40,7 +40,6 @@ YARN_VERSION='1.22.22'
4040
# TODO: Globally installed webkit currently isn't found, see issue https://github.com/cypress-io/cypress/issues/25344
4141
# WEBKIT_VERSION='1.29.0'
4242

43-
4443
# Tags used for the Docker images generated from cypress/factory. Keep in mind the Docker images will only release if these versions change.
4544
BASE_IMAGE_TAG="${NODE_VERSION}"
4645

0 commit comments

Comments
 (0)