diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b31e501..f1e893f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -51,7 +51,8 @@ jobs: if: matrix.os == 'windows-latest' run: | echo $env:path - Set-Alias -Name node -Value nsolid.exe -Option AllScope + Get-Command node + Set-Alias -Name node -Value nsolid.exe -Scope Global -Option AllScope - name: Verify Nsolid run: | nsolid -vv