Skip to content

Commit a9ac4c2

Browse files
authored
fix(deps): update to Node.js 22.15.1 (Rev 2) (#1350)
1 parent 4609071 commit a9ac4c2

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
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.10-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.15.0'
14+
FACTORY_DEFAULT_NODE_VERSION='22.15.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.8.2'
21+
FACTORY_VERSION='5.8.3'
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: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Change log
22

3+
## 5.8.3
4+
5+
- Updated default node version from `22.15.0` to `22.15.1`. Addressed in [#1350](https://github.com/cypress-io/cypress-docker-images/pull/1350).
6+
37
## 5.8.2
48

5-
- Updated default node version from `22.15.0` to `22.15.1`. Addressed in [#1349](https://github.com/cypress-io/cypress-docker-images/pull/1349).
9+
- Updated browsers to latest versions. Addressed in [#1349](https://github.com/cypress-io/cypress-docker-images/pull/1349).
610

711
## 5.8.1
812

0 commit comments

Comments
 (0)