Upgrade node from 16 directly to 22 #356
Open
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.
This PR addresses #352. It upgrades both the local Node.js version and the Docker Node.js version to Node.js 22. I decided to upgrade directly to this version instead of incrementally upgrading to 18, 20, and then 22, as the process is similar across these versions.
Please note that the GitHub Action for linting remains on Node.js 20, as it is the highest version currently supported by GitHub. However, all actions function as expected.
I have added the upgrade process to README for reference in the future
How to Test