- Notifications
You must be signed in to change notification settings - Fork744
chore(appveyor): do not use latest npm#847
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This changes appveyor from using the latest npm version to only usingthe preinstalled npm version. This is safer, because it's guaranteed tobe a compatible version.Fixes#844
codecov-io commentedMay 9, 2018 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov Report
@@ Coverage Diff @@## master #847 +/- ##====================================== Coverage 95.8% 95.8% ====================================== Files 34 34 Lines 1262 1262 ====================================== Hits 1209 1209 Misses 53 53 Continue to review full report at Codecov.
|
freitagbr left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
LGTM
nfischer commentedMay 10, 2018
I'm landing this, because we need to fix master ASAP. However, there's a caveat to this change:npm recommends npm@3 on Windows, however this change bumps the node4 bot down to npm@2.15.11. It's not clear if this causes correctness issues. This may merit further investigation. |
This changes appveyor from using the latest npm version to only using
the preinstalled npm version. This is safer, because it's guaranteed to
be a compatible version.
Fixes#844