mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-06-15 00:11:11 +00:00
Update toolkit we consume (#11)
This commit is contained in:
parent
7c614ea4aa
commit
e4990368a5
26 changed files with 537 additions and 320 deletions
7
node_modules/.bin/uuid.cmd
generated
vendored
Normal file
7
node_modules/.bin/uuid.cmd
generated
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
@IF EXIST "%~dp0\node.exe" (
|
||||
"%~dp0\node.exe" "%~dp0\..\uuid\bin\uuid" %*
|
||||
) ELSE (
|
||||
@SETLOCAL
|
||||
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
||||
node "%~dp0\..\uuid\bin\uuid" %*
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue