mirror of
http://gh.hjkl01.cn/https://github.com/actions/setup-node
synced 2026-05-31 13:05:20 +08: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" %*
|
|
) |