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.
Rationale
This updates our versions of NodeJS to the latest LTS releases. Our current version of NodeJS
v16+
reached it's EOL for support on 9/11/23. The following versions have been determined based on their pairing in previous releases.18.18.1
9.8.1
Note, that on 10/18/23 (five days from when I'm writing this) Node
v18+
will enter maintenance LTS. I considered preemptively going to Nodev20+
which will become the active LTS on 10/24/23, however, it seems more stable to move forward with the current LTS for now and we can update to v20 once it matures as the active LTS.I don't believe we will be able to backport this to v23.07 of LKS due to the package updates involved. I have recently made package updates that make us compatible with
v18+
which are not included in LKS v23.07.Changes
v18.18.1
v9.8.1