Describe the bug
When I try to deploy Vercel defaults to Node 24 but the sveltekit adapter does not support Node 24
Reproduction
https://stackblitz.com/edit/adapter-vercel-node-24 (Stackblitz doesn't support node 24 so you have to download it)
Logs
Unsupported Node.js version: v24.11.1. Please use Node 20 or 22 to build your project, or explicitly specify a runtime in your adapter configuration.
System Info
Severity
blocking an upgrade
Additional Information
No response