Skip to content

Commit bf47dec

Browse files
aminyaimplausible
andcommitted
feat: add arch to tc.find
Co-Authored-By: Tyler Ang-Wanek <tylerw@axosoft.com>
1 parent 6afbfca commit bf47dec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/installer.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export async function getNode(
5252

5353
// check cache
5454
let toolPath: string;
55-
toolPath = tc.find('node', versionSpec);
55+
toolPath = tc.find('node', versionSpec, osArch);
5656

5757
// If not found in cache, download
5858
if (toolPath) {

0 commit comments

Comments
 (0)