Skip to content

Commit

Permalink
feat(deps): update to active lts node.js 22.11.0 (#1240)
Browse files Browse the repository at this point in the history
Updates:
- FACTORY_VERSION to 5.0.0
- FACTORY_DEFAULT_NODE_VERSION to 22.11.0
- EDGE_VERSION to 130.0.2849.56-1
- FIREFOX_VERSION 132.0
  • Loading branch information
MikeMcC399 authored Oct 29, 2024
1 parent faa53ee commit 4fc996d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions factory/.env
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ BASE_IMAGE='debian:12.7-slim'
# Node Versions: https://nodejs.org/en/download/releases/
# master branch needs "Active LTS" version
# use feature branch for "Maintenance LTS" or "Current" versions
FACTORY_DEFAULT_NODE_VERSION='20.18.0'
FACTORY_DEFAULT_NODE_VERSION='22.11.0'

# Node Versions: https://nodejs.org/en/download/releases/
NODE_VERSION="${FACTORY_DEFAULT_NODE_VERSION}"

# Update the FACTORY_VERSION to deploy cypress/factory if you make changes to
# BASE_IMAGE, FACTORY_DEFAULT_NODE_VERSION, YARN_VERSION, factory.Dockerfile or installScripts
FACTORY_VERSION='4.3.0'
FACTORY_VERSION='5.0.0'

# Chrome versions: https://www.ubuntuupdates.org/package/google_chrome/stable/main/base/google-chrome-stable
CHROME_VERSION='130.0.6723.69-1'
Expand All @@ -27,10 +27,10 @@ CHROME_VERSION='130.0.6723.69-1'
CYPRESS_VERSION='13.15.1'

# Edge versions: https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/
EDGE_VERSION='130.0.2849.52-1'
EDGE_VERSION='130.0.2849.56-1'

# Firefox versions: https://download-installer.cdn.mozilla.net/pub/firefox/releases/
FIREFOX_VERSION='131.0.3'
FIREFOX_VERSION='132.0'

# Yarn versions: https://www.npmjs.com/package/yarn and
# https://classic.yarnpkg.com/latest-version
Expand Down
4 changes: 4 additions & 0 deletions factory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change log

## 5.0.0

- Updated default node version from `20.18.0` (`Iron` - Maintenance LTS) to `22.11.0` (`Jod` - Active LTS) - see [Blog v22.11.0](https://nodejs.org/en/blog/release/v22.11.0). Addresses [#1239]https://github.com/cypress-io/cypress-docker-images/issues/1239).

## 4.3.0

- Add the [Node.js release key](https://github.com/nodejs/node/blob/main/README.md#release-keys) for Antoine du Hamel duhamelantoine1995@gmail.com `C0D6248439F1D5604AAFFB4021D900FFDB233756`. Addresses [#1234](https://github.com/cypress-io/cypress-docker-images/issues/1234).
Expand Down

0 comments on commit 4fc996d

Please sign in to comment.