mirrorurl code

This commit is contained in:
Aparna Jyothi
2025-01-29 18:41:57 +05:30
parent 802632921f
commit 0b66095a84
6 changed files with 210 additions and 62 deletions

View File

@@ -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 {