Skip to content

Commit

Permalink
Build: Use npm@^3 for AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Dec 6, 2017
1 parent bfc0687 commit 313ed77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ environment:
- nodejs_version: "8"

install:
- npm install -g npm@^3
- ps: Install-Product node $env:nodejs_version
- npm install --no-cache
- npm install

test_script:
- node --version
Expand Down

0 comments on commit 313ed77

Please sign in to comment.