1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-05 23:53:21 +00:00

back to node 10

This commit is contained in:
Kyle Spearrin
2019-03-22 16:55:51 -04:00
parent 38c461ebe0
commit 30ef0ce140

View File

@@ -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:
- 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"