mirror of
				https://github.com/actions/setup-node.git
				synced 2025-11-04 07:33:34 +00:00 
			
		
		
		
	Fix tests
This commit is contained in:
		
							parent
							
								
									4b10486d64
								
							
						
					
					
						commit
						2da1911385
					
				@ -24,8 +24,8 @@ const tempDir = path.join(
 | 
				
			|||||||
  'temp'
 | 
					  'temp'
 | 
				
			||||||
);
 | 
					);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
process.env['RUNNER_TOOLSDIRECTORY'] = toolDir;
 | 
					process.env['RUNNER_TOOL_CACHE'] = toolDir;
 | 
				
			||||||
process.env['RUNNER_TEMPDIRECTORY'] = tempDir;
 | 
					process.env['RUNNER_TEMP'] = tempDir;
 | 
				
			||||||
import * as installer from '../src/installer';
 | 
					import * as installer from '../src/installer';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const IS_WINDOWS = process.platform === 'win32';
 | 
					const IS_WINDOWS = process.platform === 'win32';
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user