shelljs / shx

Portable Shell Commands for Node
MIT License
1.72k stars 44 forks source link

chore(appveyor): do not use latest npm #133

Closed nfischer closed 6 years ago

nfischer commented 6 years ago

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 #132

codecov-io commented 6 years ago

Codecov Report

Merging #133 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #133   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           3      3           
  Lines          22     22           
=====================================
  Hits           22     22

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c373f03...7793f00. Read the comment docs.

nfischer commented 6 years ago

Merging so that we can get a green build on master.