From 0da3a9bb255a03bad8201e3b301ee3a0f1064919 Mon Sep 17 00:00:00 2001 From: Dmitry Shibanov Date: Thu, 23 Mar 2023 15:39:57 +0100 Subject: [PATCH] possible fix for WIndows test --- __tests__/installer.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/__tests__/installer.test.ts b/__tests__/installer.test.ts index 4565dd4c..12de380e 100644 --- a/__tests__/installer.test.ts +++ b/__tests__/installer.test.ts @@ -368,6 +368,7 @@ describe('setup-node', () => { inputs['node-version'] = version; inputs['architecture'] = arch; inputs['always-auth'] = false; + inputs['cache'] = ''; inputs['token'] = 'faketoken'; let expectedUrl =