We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6afbfca commit bf47decCopy full SHA for bf47dec
src/installer.ts
@@ -52,7 +52,7 @@ export async function getNode(
52
53
// check cache
54
let toolPath: string;
55
- toolPath = tc.find('node', versionSpec);
+ toolPath = tc.find('node', versionSpec, osArch);
56
57
// If not found in cache, download
58
if (toolPath) {
0 commit comments