Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Use node npm version on AppVeyor
npm installation is currently failing on AppVeyor with: npm -g install "npm@%npm_version%" Command exited with code -1073741819 Since explicitly installing npm was only required to support very old Node versions (0.10?) and is not done on Travis CI, remove it. Signed-off-by: Kevin Locke <[email protected]>
- Loading branch information