I know it’s an old thread but wheb I added "engines": { "node": "22.x" },
, after it upgrade the node version automatically or I need to do something?? cuz I’m lost
unfortunately, 16 is currently as high as you can go.
okay thats not a problem but when I write this in the package.json after I have anything to do?
No, if you set Node to 16.x in the package.json, the next time the project gets placed the infrastructure will make sure that Node 16 gets installed instead of whatever it was using before (that’s not an instant change, it might take up to 15 minutes)