Skip to content

Commit

Permalink
Merge pull request #141 from chrisblossom/add-appveyor-node-12
Browse files Browse the repository at this point in the history
manually install node on appveyor
  • Loading branch information
chrisblossom committed May 20, 2019
2 parents 82c8718 + b6509f5 commit 11fe42f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ environment:
- nodejs_version: '6'
- nodejs_version: '8'
- nodejs_version: '10'
# TODO: Uncomment and remove once appveyor supports node 12 https://github.com/appveyor/ci/issues/2921
# - nodejs_version: '12'

- nodejs_version: '12'
platform:
- x86
- x64
install:
- ps: Install-Product node $env:nodejs_version
# https://github.com/appveyor/ci/issues/2921#issuecomment-486727727
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) $env:PLATFORM
- set PATH=%APPDATA%\npm;%PATH%
- npm install
matrix:
Expand Down

0 comments on commit 11fe42f

Please sign in to comment.