Skip to content

Commit ab5e76f

Browse files
authored
fix(deps): update to Node.js 22.13.1 (#1288)
Update FACTORY_VERSION to 5.2.1 FACTORY_DEFAULT_NODE_VERSION to 22.13.1 EDGE_VERSION to 132.0.2957.115-1 FIREFOX_VERSION to 134.0.2
1 parent c4d36ad commit ab5e76f

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:12.9-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.13.0'
14+
FACTORY_DEFAULT_NODE_VERSION='22.13.1'
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='5.2.0'
21+
FACTORY_VERSION='5.2.1'
2222

2323
# Chrome versions: https://www.ubuntuupdates.org/package/google_chrome/stable/main/base/google-chrome-stable
2424
CHROME_VERSION='132.0.6834.83-1'
@@ -27,10 +27,10 @@ CHROME_VERSION='132.0.6834.83-1'
2727
CYPRESS_VERSION='14.0.0'
2828

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

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

3535
# Yarn versions: https://www.npmjs.com/package/yarn and
3636
# https://classic.yarnpkg.com/latest-version

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+
## 5.2.1
4+
5+
- Updated default node version from `22.13.0` to `22.13.1`. Addressed in [#1288](https://github.com/cypress-io/cypress-docker-images/pull/1288).
6+
37
## 5.2.0
48

59
- Updated Debian base to `debian:12.9-slim` using [Debian 12.9](https://www.debian.org/News/2025/20250111), released on Jan 11, 2025. Addresses [#1282](https://github.com/cypress-io/cypress-docker-images/issues/1282).

0 commit comments

Comments
 (0)