Bump NodeJS version to 22 and web dependencies #3201
+13
−6
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.
Description
With NodeJS v16 reaching EOL in 2023, we should upgrade to the latest LTS.
Solution
This PR updates the ref-guide dependencies (web), including NodeJS to v22 (latest LTS), as the current version (16) has reached EOL about two years ago.
The PR also aligns the UI module's node version with the one from the
libs.versions.toml
, so that we can maintain the same version across the project.Note that this upgrade requires GLIBC v2.28, which is currently not present in our build servers and causes other tasks (like
:kotlinNpmInstall
) to fail as well.Tests
No tests have been added or removed._
GitHub workflows are likely not affected by version issues and may run successfully, but our jenkins jobs may (continue to) fail.
Checklist
Please review the following and check all that apply:
main
branch../gradlew check
.