Link to heading Deployments The Node.js version available to newly created Deployments was bumped from 12.16.2 to 12.18.3 . No changes to your code are required β you only need to create a new one. The RedwoodJS framework is now automatically detected when creating new Vercel Projects using the Dashboard or Vercel CLI. When redeploying a Deployment or promoting it to Production, a new pipeline is used, which drastically increases the reliability of the features. Custom uploaded SSL Certificates will now take precedence over SSL Certificates that were generated by the system. If a Runtime fails to install from npm during the Build Step of a Deployment, the error will now be surfaced in the build logs. For new Projects, selecting "Other" as the framework preset in the Project Settings will no longer auto-detect the Next.js framework. Existing Projects are not affected. If a vercel-build script is present in package.json , that will be now be preferred over an existing build script.β¦