API Reference / @gtkx/config / index / DeployNodeOptions
Type Alias: DeployNodeOptions
DeployNodeOptions =
Partial<Record<"source","download"|"host"|"path"|undefined> &Record<"path",string|undefined> &Record<"shouldStrip"|"shouldUseCompileCache",boolean|undefined>> &object
Defined in: deploy.d.ts:8
Deployment Node.js runtime options, including its version default.
Type Declaration
version?
optionalversion?:string
Expected Node.js version. Downloaded runtimes default to exactly 26.7.0 when omitted.