Skip to content

Commit

Permalink
chore: First implementation
Browse files Browse the repository at this point in the history
Signed-off-by: Jefferson <jefferson.rios.caro@gmail.com>
  • Loading branch information
riosje committed Feb 26, 2024
1 parent 4684fe4 commit e6aae41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e6aae41

Please sign in to comment.