mirror of
				https://github.com/actions/setup-node.git
				synced 2025-11-04 04:45:28 -05:00 
			
		
		
		
	
		
			
	
	
		
			7 lines
		
	
	
		
			172 B
		
	
	
	
		
			Batchfile
		
	
	
	
	
	
		
		
			
		
	
	
			7 lines
		
	
	
		
			172 B
		
	
	
	
		
			Batchfile
		
	
	
	
	
	
| 
								 | 
							
								@IF EXIST "%~dp0\node.exe" (
							 | 
						||
| 
								 | 
							
								  "%~dp0\node.exe"  "%~dp0\..\which\bin\which" %*
							 | 
						||
| 
								 | 
							
								) ELSE (
							 | 
						||
| 
								 | 
							
								  @SETLOCAL
							 | 
						||
| 
								 | 
							
								  @SET PATHEXT=%PATHEXT:;.JS;=;%
							 | 
						||
| 
								 | 
							
								  node  "%~dp0\..\which\bin\which" %*
							 | 
						||
| 
								 | 
							
								)
							 |