mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 09:21:00 +00:00
possible fix for WIndows test
This commit is contained in:
parent
d7a774237a
commit
0da3a9bb25
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue