This hasnt happened before, but in my github action for deploying to fly i set node to 22.0.0.
But i think my wasp build docker file which shows node as 20.0.0 is overriding that.
This is causing an error for sharp because it needs node 22.0.0.
But its weird because my build deploys fine from my github action but then i see the error in the fly server logs