mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 01:11:00 +00:00
Fix tests
This commit is contained in:
parent
4b10486d64
commit
2da1911385
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@ const tempDir = path.join(
|
|||
'temp'
|
||||
);
|
||||
|
||||
process.env['RUNNER_TOOLSDIRECTORY'] = toolDir;
|
||||
process.env['RUNNER_TEMPDIRECTORY'] = tempDir;
|
||||
process.env['RUNNER_TOOL_CACHE'] = toolDir;
|
||||
process.env['RUNNER_TEMP'] = tempDir;
|
||||
import * as installer from '../src/installer';
|
||||
|
||||
const IS_WINDOWS = process.platform === 'win32';
|
||||
|
|
Loading…
Add table
Reference in a new issue