8000 chore(appveyor): do not use latest npm · shelljs/shelljs@6542ebd · GitHub
[go: up one dir, main page]

Skip to content

Commit 6542ebd

Browse files
committed
chore(appveyor): do not use latest npm
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
1 parent 97a4df8 commit 6542ebd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ version: '{build}'
1212
# Install scripts. (runs after repo cloning)
1313
install:
1414
- ps: Install-Product node $env:nodejs_version
15-
- npm -g install npm@latest
1615
- set PATH=%APPDATA%\npm;%PATH%
1716
- node --version
1817
- npm --version

0 commit comments

Comments
 (0)
0