mirror of
https://github.com/actions/setup-node.git
synced 2026-02-26 09:14:48 +08:00
mirrorurl code
This commit is contained in:
@@ -4,6 +4,7 @@ export interface NodeInputs {
|
||||
auth?: string;
|
||||
checkLatest: boolean;
|
||||
stable: boolean;
|
||||
mirrorURL: string;
|
||||
}
|
||||
|
||||
export interface INodeVersionInfo {
|
||||
@@ -11,6 +12,7 @@ export interface INodeVersionInfo {
|
||||
resolvedVersion: string;
|
||||
arch: string;
|
||||
fileName: string;
|
||||
|
||||
}
|
||||
|
||||
export interface INodeVersion {
|
||||
|
||||
Reference in New Issue
Block a user