We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6668516 commit 3e84c35Copy full SHA for 3e84c35
src/installer.ts
@@ -20,6 +20,7 @@ export interface INodeVersion {
20
interface INodeVersionInfo {
21
downloadUrl: string;
22
resolvedVersion: string;
23
+ arch: string;
24
fileName: string;
25
}
26
0 commit comments