Skip to content

Commit 0a161fe

Browse files
committed
fix: use arch instead of osArch in INodeVersionInfo
1 parent 63fffe4 commit 0a161fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/installer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ async function getInfoFromDist(
225225
return <INodeVersionInfo>{
226226
downloadUrl: url,
227227
resolvedVersion: version,
228-
arch: osArch,
228+
arch: arch,
229229
fileName: fileName
230230
};
231231
}

0 commit comments

Comments
 (0)