Skip to content

Commit

Permalink
Merge pull request #2991 from mrkishi/update-appveyor
Browse files Browse the repository at this point in the history
Update Appveyor's configuration
  • Loading branch information
Rich-Harris authored Jun 10, 2019
2 parents 2046780 + 68b1aef commit 593de0e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 593de0e

Please sign in to comment.