From f32282bcaa2191ce8fd823c9128d1f26369ff8e0 Mon Sep 17 00:00:00 2001 From: Daniel Ruf Date: Wed, 9 May 2018 13:44:01 +0200 Subject: [PATCH] chore: build from source --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 64b1645..6e9930a 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -11,9 +11,9 @@ environment: install: - ps: Install-Product node $env:nodejs_version - set CI=true - - npm i -g npm + - npm i -g npm@latest - set PATH=%APPDATA%\npm;%PATH% - - npm i + - npm install --build-from-source matrix: fast_finish: true shallow_clone: true