This pull request updates the compatibility check for Node.js versions in the code. Previously, the check used a version range that included versions known to break compatibility with RSA_PKCS1_PADDING. This PR updates the version range to exclude those incompatible versions and ensures that the check is more accurate.
This pull request updates the compatibility check for Node.js versions in the code. Previously, the check used a version range that included versions known to break compatibility with RSA_PKCS1_PADDING. This PR updates the version range to exclude those incompatible versions and ensures that the check is more accurate.
thanks @ivan-garcia-parras