NodeVersion
August 10, 2026 ยท View on GitHub
Override the Node.js version that should be used for this deployment
Example Usage
import { NodeVersion } from "@vercel/sdk/models/createdeploymentmissingdeploymentstype.js";
let value: NodeVersion = "8.10.x";
Values
"24.x" | "22.x" | "20.x" | "18.x" | "16.x" | "14.x" | "12.x" | "10.x" | "8.10.x"