Skip to content

Commit

Permalink
CI: tmp fix, downgrade npm@5.3 on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
aichbauer committed Sep 6, 2017
1 parent 9b158dd commit d345b6f
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 @@ -11,7 +11,7 @@ install:
- ps: Install-Product node $env:nodejs_version
# install modules
- npm config set loglevel warn
- npm i -g npm
- npm i -g npm@5.3
- npm i

# Post-install test scripts.
Expand Down

0 comments on commit d345b6f

Please sign in to comment.