Skip to content

Commit

Permalink
chore: Cypress 13.16.0 release (#1251)
Browse files Browse the repository at this point in the history
  • Loading branch information
mschile authored Nov 19, 2024
1 parent ae61173 commit 887c692
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions factory/.env
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ NODE_VERSION="${FACTORY_DEFAULT_NODE_VERSION}"
FACTORY_VERSION='5.0.0'

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

# Cypress versions: https://www.npmjs.com/package/cypress
CYPRESS_VERSION='13.15.2'
CYPRESS_VERSION='13.16.0'

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

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

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


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

Expand Down

0 comments on commit 887c692

Please sign in to comment.