I am trying to update an old build and when I try deploying on vercel I get the error
Error: You are using a custom Runtime that depends on nodejs16.x, which is discontinued. Please upgrade your Runtime to a more recent version or consult the author for more details.
How can I upgrade the runtime to a more recent version?
Thanks