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

Commit

Permalink
restore appveyor config to use Node 12 (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Jun 17, 2019
1 parent e438246 commit 7d5c646
Showing 1 changed file with 4 additions and 2 deletions.
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

0 comments on commit 7d5c646

Please sign in to comment.