Unsupported Node.js version: v22.17.1

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

Could you share more about your project? :smiley:

Sharing this thread for viz:

I also wanted to cross-post this announcement from yesterday:

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”
}