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

Interface INodeVersionInfo

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

Source from the content-addressed store, hash-verified

9}
10
11export interface INodeVersionInfo {
12 downloadUrl: string;
13 resolvedVersion: string;
14 arch: string;
15 fileName: string;
16}
17
18export interface INodeVersion {
19 version: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected