mirror of
https://github.com/actions/setup-node
synced 2025-04-19 14:43:12 +00:00
Fix tests
This commit is contained in:
parent
4b10486d64
commit
2da1911385
@ -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…
Reference in New Issue
Block a user