Unable to build Next.js app

So i am facing this issue
  You are using Node.js 18.17.1. For Next.js, Node.js version "^18.18.0 || ^19.8.0 || >= 20.0.0" is required. 

But looking at this shows that the Nodejs version cloudflare is running is lower and needs and upgrade to be able to work with the latest Nextjs version.

Any suggestions on how can i tackle this without downgrading my Next js app

Thanks
Was this page helpful?