Skip to content

Commit 2ffe1f2

Browse files
authored
fix(deps): update to Node.js 24.12.0 (#1457)
Update FACTORY_VERSION to 7.1.1 FACTORY_DEFAULT_NODE_VERSION to 24.12.0 EDGE_VERSION 143.0.3650.66-1 FIREFOX_VERSION 146.0
1 parent 6aae2ee commit 2ffe1f2

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

factory/.env

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ BASE_IMAGE='debian:13.2-slim'
1111
# Node Versions: https://nodejs.org/en/download/releases/
1212
# master branch needs "Active LTS" version
1313
# use feature branch for "Maintenance LTS" or "Current" versions
14-
FACTORY_DEFAULT_NODE_VERSION='24.11.1'
14+
FACTORY_DEFAULT_NODE_VERSION='24.12.0'
1515

1616
# Node Versions: https://nodejs.org/en/download/releases/
1717
NODE_VERSION="${FACTORY_DEFAULT_NODE_VERSION}"
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
21-
FACTORY_VERSION='7.1.0'
21+
FACTORY_VERSION='7.1.1'
2222

2323
# Cypress officially supports the latest 3 major versions of Chrome, Firefox, and Edge only
2424

@@ -37,11 +37,11 @@ CYPRESS_VERSION='15.7.1'
3737

3838
# Edge versions: https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/
3939
# Linux/amd64 only
40-
EDGE_VERSION='142.0.3595.94-1'
40+
EDGE_VERSION='143.0.3650.66-1'
4141

4242
# Firefox versions: https://download-installer.cdn.mozilla.net/pub/firefox/releases/
4343
# Linux/amd64 for all versions, Linux/arm64 for versions 136.0 and above
44-
FIREFOX_VERSION='145.0.2'
44+
FIREFOX_VERSION='146.0'
4545

4646
# Geckodriver versions: https://github.com/mozilla/geckodriver/releases
4747
# Geckodriver documentation: https://firefox-source-docs.mozilla.org/testing/geckodriver/index.html

factory/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change log
22

3+
## 7.1.1
4+
5+
- Updated `FACTORY_DEFAULT_NODE_VERSION` from `24.11.1` to `24.12.0`. Addressed in [#1457](https://github.com/cypress-io/cypress-docker-images/pull/1457).
6+
37
## 7.1.0
48

59
- Updated Debian `BASE_IMAGE` from `debian:13.1-slim` to `debian:13.2-slim` using [Debian 13.2 (trixie)](https://www.debian.org/releases/trixie/). Addressed in [#1452](https://github.com/cypress-io/cypress-docker-images/issues/1452).

0 commit comments

Comments
 (0)