Skip to content

Commit 6b8b63b

Browse files
authored
feat(deps): update to active lts Node.js 24.11.0 (#1439)
* feat(deps): update to active lts Node.js 24.11.0 Update FACTORY_VERSION to 7.0.0 CHROME_VERSION to 142.0.7444.59-1 CHROME_FOR_TESTING_VERSION to 142.0.7444.59 EDGE_VERSION to 141.0.3537.99-1 FIREFOX_VERSION to 144.0.2 * fix PR number
1 parent d479e9a commit 6b8b63b

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

factory/.env

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,37 +11,37 @@ BASE_IMAGE='debian:13.1-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='22.21.0'
14+
FACTORY_DEFAULT_NODE_VERSION='24.11.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='6.1.2'
21+
FACTORY_VERSION='7.0.0'
2222

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

2525
# Chrome versions: https://www.ubuntuupdates.org/package/google_chrome/stable/main/base/google-chrome-stable
2626
# Linux/amd64 only
2727
# Earlier versions of Google Chrome may no longer be available from http://dl.google.com
28-
CHROME_VERSION='141.0.7390.107-1'
28+
CHROME_VERSION='142.0.7444.59-1'
2929

3030
# Chrome for Testing versions: https://googlechromelabs.github.io/chrome-for-testing/
3131
# not currently used for cypress/browsers and cypress/included images
3232
# Linux/amd64 only
33-
CHROME_FOR_TESTING_VERSION='141.0.7390.78'
33+
CHROME_FOR_TESTING_VERSION='142.0.7444.59'
3434

3535
# Cypress versions: https://www.npmjs.com/package/cypress
3636
CYPRESS_VERSION='15.5.0'
3737

3838
# Edge versions: https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/
3939
# Linux/amd64 only
40-
EDGE_VERSION='141.0.3537.92-1'
40+
EDGE_VERSION='141.0.3537.99-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='144.0'
44+
FIREFOX_VERSION='144.0.2'
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.0.0
4+
5+
- Updated `FACTORY_DEFAULT_NODE_VERSION` from `22.21.0` (`Jod` - Maintenance LTS) to `24.11.0` (`Krypton` - Active LTS) - see [Blog v24.11.0](https://nodejs.org/en/blog/release/v24.11.0). Addressed in [#1439](https://github.com/cypress-io/cypress-docker-images/pull/1439).
6+
37
## 6.1.2
48

59
- Updated `FACTORY_DEFAULT_NODE_VERSION` from `22.20.0` to `22.21.0`. Addressed in [#1437](https://github.com/cypress-io/cypress-docker-images/pull/1437).

0 commit comments

Comments
 (0)