Skip to content

Commit 7177ade

Browse files
committed
fix(deps): update to Node.js 22.17.1
Update FACTORY_VERSION to 5.11.4 FACTORY_DEFAULT_NODE_VERSION to 22.17.1
1 parent 1eb3c15 commit 7177ade

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

factory/.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ BASE_IMAGE='debian:12.11-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.17.0'
14+
FACTORY_DEFAULT_NODE_VERSION='22.17.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.11.3'
21+
FACTORY_VERSION='5.11.4'
2222

2323
# Chrome versions: https://www.ubuntuupdates.org/package/google_chrome/stable/main/base/google-chrome-stable
2424
# Linux/amd64 only

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.11.4
4+
5+
- Updated default node version from `22.17.0` to `22.17.1`. Addressed in [#1384](https://github.com/cypress-io/cypress-docker-images/pull/1384).
6+
37
## 5.11.3
48

59
- Implement PGP key import checks for Node.js and restore the keyserver order to use hkps://keys.openpgp.org first with fallback to keyserver.ubuntu.com. Addressed in [#1380](https://github.com/cypress-io/cypress-docker-images/issues/1380).

0 commit comments

Comments
 (0)