Interface AutoTestInstallNodeStepInput

Install Node.

interface AutoTestInstallNodeStepInput {
    id?: string;
    version: AutoTestInstallNodeVersion;
}

Properties

Properties

id?: string

The id of this step.

The version to install.