Skip to content

Commit

Permalink
test(ci): Fix node install on AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
jhermsmeier committed Feb 9, 2018
1 parent 9b9667d commit 372cde8
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 @@ -20,7 +20,7 @@ matrix:
fast_finish: true

install:
- ps: Update-NodeJsInstallation $env:nodejs_version $env:Platform
- ps: Install-Product node $env:nodejs_version $env:Platform
- pip install -r requirements.txt
- npm install

Expand Down

0 comments on commit 372cde8

Please sign in to comment.