Skip to content

Commit

Permalink
Fix appveyor install of node
Browse files Browse the repository at this point in the history
Thanks @appveyor support!
  • Loading branch information
isaacs committed Dec 31, 2015
1 parent 8ecbd73 commit c951396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ environment:
- nodejs_version: '0.12'
- nodejs_version: '0.10'
install:
- ps: Install-Product node :nodejs_version
- ps: Install-Product node $env:nodejs_version
- set CI=true
- npm -g install npm@latest
- set PATH=%APPDATA%\npm;%PATH%
Expand Down

0 comments on commit c951396

Please sign in to comment.