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
powershell Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) $env:PLATFORM
IF %ERRORLEVEL% NEQ 0 GOTO ERROR
powershell Set-ExecutionPolicy Unrestricted -Scope CurrentUser -Force
IF %ERRORLEVEL% NEQ 0 GOTO ERROR
ECHO available node.exe^:
call where node
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