I’m encountering an error during deployment to Render where a module is complaining about a Node.js version mismatch. The error message is:
The engine "node" is incompatible with this module. Expected version "20.15.0". Got "20.17.0".
Locally, I’m using Node.js 20.15.0, and my app runs fine. However, when deploying to Render, the environment seems to be using Node.js 20.17.0, and I get the above error.