1
0
mirror of https://github.com/actions/setup-node.git synced 2026-07-08 00:51:40 +00:00
Files
Danny McCormick 5273d0df9c Add auth
2019-08-06 18:29:44 -04:00

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" %*
)