mirror of
https://github.com/actions/setup-java
synced 2024-11-09 23:22:40 +00:00
c0655ddd33
* Fix. * Husky commit correct node modules * update temp in installer
7 lines
No EOL
182 B
Batchfile
7 lines
No EOL
182 B
Batchfile
@IF EXIST "%~dp0\node.exe" (
|
|
"%~dp0\node.exe" "%~dp0\..\semver\bin\semver.js" %*
|
|
) ELSE (
|
|
@SETLOCAL
|
|
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
|
node "%~dp0\..\semver\bin\semver.js" %*
|
|
) |