Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Tests] appveyor use npm 6.10.3 to work-around issues w/ nyc@<15
Browse files Browse the repository at this point in the history
raphinesse committed Feb 14, 2020
1 parent 9e89605 commit 7e4cd84
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -22,14 +22,10 @@ install:
# Get the latest stable version of Node.js or io.js
- ps: Install-Product node $env:nodejs_version

# Use [email protected] to work-around issues w/ nyc@<15 on Windows
- npm install -g [email protected];

# install modules
- ps: >-
if ($env:nodejs_version -eq "4") {
npm install -g npm@3;
}
if ($env:nodejs_version -eq "12" -or $env:nodejs_version -eq "10") {
npm install -g [email protected];
}
- npm install

# fix symlinks

0 comments on commit 7e4cd84

Please sign in to comment.