I would like to upgrade a few projects from Node 8 to the latest Node version.
Amazon mentioned that Node 12 is now deprecated.
I assume there is much more to consider than simply upgrading the package version, considering these projects would have many packages installed and there could be breaking changes.
What is the approach I should take in upgrading them to the latest Node version without breaking existing functionality?