Interface AutoTestInstallNodeStepOutput

Install Node.

interface AutoTestInstallNodeStepOutput {
    id: string;
    version: AutoTestInstallNodeVersion;
}

Properties

Properties

id: string

The id of this step.

The version to install.