Browse Source

back to node 10

pull/14/head
Kyle Spearrin 7 years ago
parent
commit
30ef0ce140
  1. 4
      appveyor.yml

4
appveyor.yml

@ -9,7 +9,7 @@ branches: @@ -9,7 +9,7 @@ branches:
environment:
WIN_PKG: C:\Users\appveyor\.pkg-cache\v2.5\fetched-v10.4.1-win-x64
stack: node 9
stack: node 10
init:
- ps: |
@ -22,7 +22,7 @@ init: @@ -22,7 +22,7 @@ init:
- ps: |
if($isWindows) {
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
Install-Product node 9
Install-Product node 10
$env:PATH = "C:\Program Files (x86)\Resource Hacker;${env:PATH}"
if(Test-Path -Path $env:WIN_PKG) {
$env:VER_INFO = "true"

Loading…
Cancel
Save