Next.js Discord

Discord Forum

Can I upgrade my Next 13 project toNode 20?

Answered
Stony gall posted this in #help-forum
Open in Discord
Stony gallOP
Hello! 🙂 I have a project with next 13 that I first build with Node 18. But like probably you know a new LTS version of Node has been released. I would like to know if it would be a problem in upgrade to this new version for any reason or I can do it without problem. Has someone tried it?
Answered by riský
but note that if you deploy on vercel, it uses node18, so you need to be carful with using new node features/ possible chance of breaking (like very low tho) - same thing if using other providers using said version
View full answer

3 Replies

i have used it in node20 and it has worked well 🙂
but note that if you deploy on vercel, it uses node18, so you need to be carful with using new node features/ possible chance of breaking (like very low tho) - same thing if using other providers using said version
Answer
Stony gallOP
Perfect then because I'm using my own virtual machine for deploying 🙂 Thank you very much!