Skip to content

Commit

Permalink
fix(deps): update to node.js 22.13.0 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Jan 9, 2025
1 parent e28298a commit e65d804
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 5 additions & 5 deletions factory/.env
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,26 @@ BASE_IMAGE='debian:12.8-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='22.12.0'
FACTORY_DEFAULT_NODE_VERSION='22.13.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='5.1.1'
FACTORY_VERSION='5.1.2'

# Chrome versions: https://www.ubuntuupdates.org/package/google_chrome/stable/main/base/google-chrome-stable
CHROME_VERSION='131.0.6778.139-1'
CHROME_VERSION='131.0.6778.264-1'

# Cypress versions: https://www.npmjs.com/package/cypress
CYPRESS_VERSION='13.17.0'

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

# Firefox versions: https://download-installer.cdn.mozilla.net/pub/firefox/releases/
FIREFOX_VERSION='133.0.3'
FIREFOX_VERSION='134.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.1.2

- Updated default node version from `22.12.0` to `22.13.0`. Addressed in [#1277](https://github.com/cypress-io/cypress-docker-images/pull/1277).

## 5.1.1

- Updated default node version from `22.11.0` to `22.12.0`. Addressed in [#1260](https://github.com/cypress-io/cypress-docker-images/pull/1260).
Expand Down

0 comments on commit e65d804

Please sign in to comment.