MCPcopy Create free account
hub / github.com/actions/setup-node / NodeInputs

Interface NodeInputs

src/distributions/base-models.ts:1–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface NodeInputs {
2 versionSpec: string;
3 arch: string;
4 auth?: string;
5 checkLatest: boolean;
6 stable: boolean;
7 mirror: string;
8 mirrorToken: string;
9}
10
11export interface INodeVersionInfo {
12 downloadUrl: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected