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:
matrix:
# node.js
- nodejs_version: 8
- nodejs_version: 10
- nodejs_version: 12
install:
- ps: Install-Product node $env:nodejs_version
- npm install
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
- npm ci || npm install
build: off

Loading…
Cancel
Save