I am getting error when I am deploying my gatsby project

I am getting error when I am deploying my gatsby project. Please help me, I tried everything. When I deploy just through Drag and Drop it is working fine.

hi @limefresh5455

Welcome to our forums! The build seems to be reading a node10 version from your .nvmrc file. Can you please remove the node version from your file or specify node 18 or 20 for example?

That may be the reason, and it works via drag and drop because that way the project is built locally, not on our CI.

Hope this helps!