Skip to content

Commit a322ad1

Browse files
committed
fix(app): Update npm to fix appveyor
1 parent d351f03 commit a322ad1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ matrix:
1515
- nodejs_version: 0.13
1616

1717
install:
18+
- npm install -g npm
1819
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
1920
- npm install
2021

22+
2123
build: off
2224

2325
test_script:

0 commit comments

Comments
 (0)