node.js ver.18 works ok.
if i change to 20, or 22, , I get a error
Unsupported Node.js version: v22.17.1. Please use Node 16 or Node 18 to build your project, or explicitly specify a runtime in your adapter configuration.
project/settings/build and deployment , set node.js version
pawlean
(Pauline P. Narvas)
July 17, 2025, 1:02pm
3
Could you share more about your project?
Sharing this thread for viz:
If you’re here for help with an error or issue, there are a few things you can do to get good answers as quickly as possible.
Search for similar topics. Using an existing answer is much faster than waiting for new responses.
Include relevant details when asking for help.
Describe your goal and what problem is preventing you from achieving it.
Tell us about the app (i.e. framework, packages, database type).
Include any debugging steps you have already tried so others know what to skip.
A m…
pawlean
(Pauline P. Narvas)
July 17, 2025, 1:02pm
4
I also wanted to cross-post this announcement from yesterday:
Following the Node.js 18 end of life on April 30, 2025, Vercel is deprecating Node.js 18 for Builds and Functions on September 1, 2025.
Existing deployments with Serverless Functions will not be affected, but new deployments will require a Node.js version upgrade.
More details and upgrade steps are shared in the changelog:
In response to a email about END OF LIFE, I changed node.js to a higher version.
see picture
Why did the deploy fail ?
I gave link to failed deploy ment, what more details can I provide ?
Are you able to look at my issue ? I assume it is related to VERCEL build process, not my code right?
I tried to change package.json with this code but get the same error : https://vercel.com/peterclihotmailcoms-projects/giskard/HkKcdXGMUqmYQMbyqf7X1AWCP1ZB?filter=errors
: “engines”: {
“node”: “22.x”
}