mirror of
https://github.com/actions/setup-node
synced 2025-04-20 07:03:11 +00:00
possible fix for WIndows test
This commit is contained in:
parent
d7a774237a
commit
0da3a9bb25
@ -368,6 +368,7 @@ describe('setup-node', () => {
|
|||||||
inputs['node-version'] = version;
|
inputs['node-version'] = version;
|
||||||
inputs['architecture'] = arch;
|
inputs['architecture'] = arch;
|
||||||
inputs['always-auth'] = false;
|
inputs['always-auth'] = false;
|
||||||
|
inputs['cache'] = '';
|
||||||
inputs['token'] = 'faketoken';
|
inputs['token'] = 'faketoken';
|
||||||
|
|
||||||
let expectedUrl =
|
let expectedUrl =
|
||||||
|
Loading…
Reference in New Issue
Block a user