Skip to content

Commit

Permalink
Add node 12 to AppVeyor and remove node 9
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Jun 1, 2019
1 parent d92aee4 commit f3e8f2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ skip_tags: false
environment:
matrix:
- nodejs_version: "8"
- nodejs_version: "9"
- nodejs_version: "10"
- nodejs_version: "12"

platform:
- x86
- x64

install:
- ps: Install-Product node $env:nodejs_version $env:platform
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) $env:PLATFORM
- set PATH=%APPDATA%\npm;%APPVEYOR_BUILD_FOLDER%\node_modules\.bin;%PATH%
- npm i

Expand Down

0 comments on commit f3e8f2e

Please sign in to comment.