Skip to content

Commit 0551ed5

Browse files
chore: release images for Node.js 24.0.0 (#1341)
* chore: cypress app release 14.3.3 (#1340) * chore: release images for Node.js 24.0.0 --------- Co-authored-by: Bill Glesias <[email protected]>
1 parent 5923048 commit 0551ed5

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

circle.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ workflows:
355355
# change to a feature branch such as <cypress-version>-node-<node.js version>-publish
356356
# if publishing an alternate (non-primary) version
357357
# This job must run because the base, browsers and included jobs depend on it
358-
- master
358+
- 14.3.3-node-24.0.0-publish
359359
requires:
360360
- factory
361361
- factory-arm
@@ -371,7 +371,7 @@ workflows:
371371
# Only branches matching the below regex filters will run
372372
# Change to a feature branch such as <cypress-version>-node-<node.js version>-publish
373373
# if publishing an alternate version
374-
- master
374+
- 14.3.3-node-24.0.0-publish
375375
requires:
376376
- 'Push Factory Image'
377377
- base
@@ -386,7 +386,7 @@ workflows:
386386
# Only branches matching the below regex filters will run
387387
# Change to a feature branch such as <cypress-version>-node-<node.js version>-publish
388388
# if publishing an alternate version
389-
- master
389+
- 14.3.3-node-24.0.0-publish
390390
requires:
391391
- 'Push Factory Image'
392392
- browsers
@@ -401,7 +401,7 @@ workflows:
401401
# Only branches matching the below regex filters will run
402402
# Change to a feature branch such as <cypress-version>-node-<node.js version>-publish
403403
# if publishing an alternate version
404-
- master
404+
- 14.3.3-node-24.0.0-publish
405405
requires:
406406
- 'Push Factory Image'
407407
- included

factory/.env

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,26 +14,26 @@ BASE_IMAGE='debian:12.10-slim'
1414
FACTORY_DEFAULT_NODE_VERSION='22.15.0'
1515

1616
# Node Versions: https://nodejs.org/en/download/releases/
17-
NODE_VERSION="${FACTORY_DEFAULT_NODE_VERSION}"
17+
NODE_VERSION='24.0.0'
1818

1919
# Update the FACTORY_VERSION to deploy cypress/factory if you make changes to
2020
# BASE_IMAGE, FACTORY_DEFAULT_NODE_VERSION, YARN_VERSION, factory.Dockerfile or installScripts
2121
FACTORY_VERSION='5.8.1'
2222

2323
# Chrome versions: https://www.ubuntuupdates.org/package/google_chrome/stable/main/base/google-chrome-stable
2424
# Linux/amd64 only
25-
CHROME_VERSION='135.0.7049.114-1'
25+
CHROME_VERSION='136.0.7103.92-1'
2626

2727
# Cypress versions: https://www.npmjs.com/package/cypress
28-
CYPRESS_VERSION='14.3.2'
28+
CYPRESS_VERSION='14.3.3'
2929

3030
# Edge versions: https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/
3131
# Linux/amd64 only
32-
EDGE_VERSION='135.0.3179.85-1'
32+
EDGE_VERSION='136.0.3240.50-1'
3333

3434
# Firefox versions: https://download-installer.cdn.mozilla.net/pub/firefox/releases/
3535
# Linux/amd64 for all versions, Linux/arm64 for versions 136.0 and above
36-
FIREFOX_VERSION='137.0.2'
36+
FIREFOX_VERSION='138.0.1'
3737

3838
# Yarn versions: https://www.npmjs.com/package/yarn and
3939
# Yarn v1 Classic only https://classic.yarnpkg.com/latest-version

factory/docker-compose.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616
BASE_IMAGE: ${BASE_IMAGE}
1717
FACTORY_DEFAULT_NODE_VERSION: ${FACTORY_DEFAULT_NODE_VERSION}
1818
tags:
19-
- ${REPO_PREFIX-}cypress/factory:latest # comment out for release of alternate version
19+
# - ${REPO_PREFIX-}cypress/factory:latest # comment out for release of alternate version
2020
- ${REPO_PREFIX-}cypress/factory:${FACTORY_VERSION}
2121
command: node -v
2222

@@ -35,8 +35,8 @@ services:
3535
YARN_VERSION: ${YARN_VERSION}
3636
# WEBKIT_VERSION: ${WEBKIT_VERSION}
3737
tags:
38-
- ${REPO_PREFIX-}cypress/included:latest # comment out for release of alternate version
39-
- ${REPO_PREFIX-}cypress/included:${INCLUDED_IMAGE_SHORT_TAG} # comment out for release of alternate version
38+
# - ${REPO_PREFIX-}cypress/included:latest # comment out for release of alternate version
39+
# - ${REPO_PREFIX-}cypress/included:${INCLUDED_IMAGE_SHORT_TAG} # comment out for release of alternate version
4040
- ${REPO_PREFIX-}cypress/included:${INCLUDED_IMAGE_TAG}
4141
command: node -v
4242

@@ -53,7 +53,7 @@ services:
5353
FIREFOX_VERSION: ${FIREFOX_VERSION}
5454
EDGE_VERSION: ${EDGE_VERSION}
5555
tags:
56-
- ${REPO_PREFIX-}cypress/browsers:latest # comment out for release of alternate version
56+
# - ${REPO_PREFIX-}cypress/browsers:latest # comment out for release of alternate version
5757
- ${REPO_PREFIX-}cypress/browsers:${BROWSERS_IMAGE_SHORT_TAG}
5858
- ${REPO_PREFIX-}cypress/browsers:${BROWSERS_IMAGE_TAG}
5959
command: node -v
@@ -68,7 +68,7 @@ services:
6868
FACTORY_VERSION: ${FACTORY_VERSION}
6969
YARN_VERSION: ${YARN_VERSION}
7070
tags:
71-
- ${REPO_PREFIX-}cypress/base:latest # comment out for release of alternate version
71+
# - ${REPO_PREFIX-}cypress/base:latest # comment out for release of alternate version
7272
- ${REPO_PREFIX-}cypress/base:${BASE_IMAGE_TAG}
7373
command: node -v
7474

0 commit comments

Comments
 (0)