Skip to content

Commit

Permalink
Revert adding Node.js 12 in AppVeyor (#4107)
Browse files Browse the repository at this point in the history
  • Loading branch information
hudochenkov committed Jun 7, 2019
1 parent 6925357 commit 6cb083b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ environment:
matrix:
- nodejs_version: 8
- nodejs_version: 10
- nodejs_version: 12

clone_depth: 10

Expand All @@ -16,13 +15,8 @@ branches:
only:
- master

platform:
- x86

install:
# Workaround from https://github.com/appveyor/ci/issues/2921#issuecomment-486727727
# https://www.appveyor.com/docs/lang/nodejs-iojs/#installing-any-version-of-nodejs-or-iojs
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) $env:PLATFORM
- ps: Install-Product node $env:nodejs_version
- npm install

cache:
Expand Down

0 comments on commit 6cb083b

Please sign in to comment.