Skip to content

Commit

Permalink
[Tests] appveyor: on node 10, use npm 6.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
raphinesse committed Feb 14, 2020
1 parent 139cfa8 commit 9e89605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -27,7 +27,7 @@ install:
if ($env:nodejs_version -eq "4") {
npm install -g npm@3;
}
if ($env:nodejs_version -eq "12") {
if ($env:nodejs_version -eq "12" -or $env:nodejs_version -eq "10") {
npm install -g npm@6.10.3;
}
- npm install
Expand Down

0 comments on commit 9e89605

Please sign in to comment.