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

Skip to content

Commit 4733a32

Browse files
authored
chore(appveyor): do not use latest npm (#847)
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 dd5551d commit 4733a32

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