1
0
mirror of https://gitea.com/actions/setup-node.git synced 2025-07-08 17:53:53 +08:00
setup-node/node_modules/.bin/semver.cmd

7 lines
176 B
Batchfile
Raw Normal View History

2019-06-25 03:09:39 +08:00
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\semver\bin\semver" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\semver\bin\semver" %*
)