feat(deps): update to active lts node.js 22.11.0 #1240
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
FACTORY_DEFAULT_NODE_VERSION
#1239Issue
Today, Oct 29, 2024 Node.js
22.x
transitioned from Current status into Active Long Term Support (LTS) status with the release of Node.js 22.11.0, codename 'Jod'.Node.js
20.x
previously transitioned from Active LTS to Maintenance LTS status on Oct 22, 2024 (see Node.js release schedule).factory/.env currently calls out
FACTORY_DEFAULT_NODE_VERSION='20.18.0'
referring to what is now a Node.js Maintenance LTS version.Change
In factory/.env bump the following versions:
FACTORY_VERSION
from4.3.0
to5.0.0
FACTORY_DEFAULT_NODE_VERSION
from20.18.0
to22.11.0
also bump browser versions:
EDGE_VERSION
from130.0.2849.52-1
to130.0.2849.56-1
FIREFOX_VERSION
from131.0.2
to132.0
Verification
Confirm that Docker images build and that tests run without error, excepting warnings from known issues including: