Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

restore appveyor config to use Node 12 #190

Merged
merged 1 commit into from Jun 17, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 4 additions & 2 deletions appveyor.yml
Expand Up @@ -4,6 +4,9 @@ image: Visual Studio 2017
platform:
- x64

environment:
nodejs_version: "12"

cache:
- node_modules

Expand All @@ -14,8 +17,7 @@ branches:
clone_depth: 10

install:
# https://www.appveyor.com/docs/lang/nodejs-iojs/#installing-any-version-of-nodejs-or-iojs
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild 12) x64
- ps: Install-Product node $env:nodejs_version
- npm install

build_script:
Expand Down