Merge pull request #2991 from mrkishi/update-appveyor

Update Appveyor's configuration
pull/7738/head
Rich Harris 6 years ago committed by GitHub
commit eec1a7e4f9

@ -9,12 +9,13 @@ init:
environment: environment:
matrix: matrix:
# node.js - nodejs_version: 8
- nodejs_version: 10 - nodejs_version: 10
- nodejs_version: 12
install: install:
- ps: Install-Product node $env:nodejs_version - ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
- npm install - npm ci || npm install
build: off build: off

Loading…
Cancel
Save