update mirrorURL versions

This commit is contained in:
Aparna Jyothi
2025-01-31 11:11:24 +05:30
parent 50efbd2a86
commit 91a5e5da06
8 changed files with 304 additions and 147 deletions

View File

@@ -4,7 +4,7 @@ export interface NodeInputs {
auth?: string;
checkLatest: boolean;
stable: boolean;
mirrorURL: string;
mirrorURL?: string;
}
export interface INodeVersionInfo {
@@ -12,7 +12,6 @@ export interface INodeVersionInfo {
resolvedVersion: string;
arch: string;
fileName: string;
}
export interface INodeVersion {