Skip to content

Commit e811af5

Browse files
committed
Install latest npm and explicitly clean npm cache for AppVeyor
1 parent 4cfea3e commit e811af5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ install:
3131
# TODO: Remove after https://github.com/appveyor/ci/issues/1426 is fixed
3232
- set PATH=C:\Program Files\Git\mingw64\bin;%PATH%
3333
- ps: Install-Product node $env:nodejs_version $env:platform
34-
- alias npm="npm cache clean && npm --force"
34+
- npm install -g npm
35+
- npm cache clean
3536

3637
build: off
3738

0 commit comments

Comments
 (0)