Any tools to check package compatibility between node versions?
I’m working on a large app and migrating it to node 20. It is currently setup to use a lower version of node. I need to update packages so that they are compatible with node 20. The problem is, it is a large app, and manually checking the package-lock file, there are about 2000 lines to check. I’m wondering if anyone knows of a tool that can help in telling me what currently installed packages are compatible and not compatible with node 20.