1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-python synced 2025-06-18 00:36:04 +02:00

Fix build. (#8)

* Fix.

* Husky commit correct node modules
This commit is contained in:
Stephen Franceschelli 2019-07-30 13:19:56 -04:00 committed by Danny McCormick
parent 7fe1ba03a3
commit 7dc6a07f36
21 changed files with 478 additions and 491 deletions

4
node_modules/.bin/semver.cmd generated vendored
View file

@ -1,7 +1,7 @@
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\semver\bin\semver" %*
"%~dp0\node.exe" "%~dp0\..\semver\bin\semver.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\semver\bin\semver" %*
node "%~dp0\..\semver\bin\semver.js" %*
)