mirror of
				https://gitea.com/actions/setup-node.git
				synced 2025-11-02 07:48:42 +00: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" %*
 | 
						|
) |