mirror of
https://github.com/actions/setup-node.git
synced 2025-07-01 15:13:47 +00:00
fix review issues
This commit is contained in:
parent
aa716b5d28
commit
5d43bea6ac
3 changed files with 6 additions and 6 deletions
|
@ -400,10 +400,10 @@ describe('setup-node', () => {
|
|||
os.platform = 'linux';
|
||||
os.arch = 'x64';
|
||||
|
||||
inputs['node-version'] = '12';
|
||||
inputs['node-version'] = '16';
|
||||
inputs['corepack'] = 'true';
|
||||
|
||||
const toolPath = path.normalize('/cache/node/12.16.1/x64');
|
||||
const toolPath = path.normalize('/cache/node/16.17.0/x64');
|
||||
findSpy.mockReturnValue(toolPath);
|
||||
await main.run();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue