Skip to content

Commit

Permalink
[Tests] appveyor: on node 8-12, use npm 6.10.3
Browse files Browse the repository at this point in the history
Co-authored-by: Raphael von der Grün <raphinesse@gmail.com>
Co-authored-by: Jordan Harband <ljharb@gmail.com>
  • Loading branch information
ljharb and raphinesse committed Feb 7, 2020
1 parent 2beec94 commit 73a0cfd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Expand Up @@ -27,6 +27,9 @@ install:
if ($env:nodejs_version -eq "4") {
npm install -g npm@3;
}
if ($env:nodejs_version -in @("8", "10", "12")) {
npm install -g npm@6.10.3;
}
- npm install

# fix symlinks
Expand Down

0 comments on commit 73a0cfd

Please sign in to comment.