Unverified Commit 16904791 by Kewde Committed by GitHub

ci: remove permission setting (#1319)

ci: remove permissions UAC
parent dbb37394
...@@ -35,9 +35,6 @@ ECHO downloading/installing node ...@@ -35,9 +35,6 @@ ECHO downloading/installing node
powershell Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) $env:PLATFORM powershell Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) $env:PLATFORM
IF %ERRORLEVEL% NEQ 0 GOTO ERROR IF %ERRORLEVEL% NEQ 0 GOTO ERROR
powershell Set-ExecutionPolicy Unrestricted -Scope CurrentUser -Force
IF %ERRORLEVEL% NEQ 0 GOTO ERROR
ECHO available node.exe^: ECHO available node.exe^:
call where node call where node
ECHO available npm^: ECHO available npm^:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment