Skip to content

Commit

Permalink
simplifying nvm usage
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed May 1, 2024
1 parent eaca1b1 commit 2855e9f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,12 @@ install:
# - cmd: powershell .\appveyor.ps1
- cmd: powershell Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs) x64
- sh: nvm ls
- sh: nvm install $nodejs
- sh: nvm use $nodejs
- sh: nvm use $nodejs || nvm install $nodejs
- cmd: node -v && npm -v && dotnet --version
- sh: node -v && npm -v && dotnet --version
- npm install -q
- cmd: echo npm install finished

test_script:
- cmd: echo starting tests
- cmd: node tools/test.js CI
- cmd: SET EDGE_USE_CORECLR=1 & node tools/test.js CI
- sh: EDGE_USE_CORECLR=1 node tools/test.js CI
Expand Down

0 comments on commit 2855e9f

Please sign in to comment.