Merge pull request #2991 from mrkishi/update-appveyor

Update Appveyor's configuration
pull/2999/head
Rich Harris 5 years ago committed by GitHub
commit 593de0e3f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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