Skip to content

Commit 42f9ab9

Browse files
committed
Tell AppVeyor to use Node.js 6.9.2
1 parent 2ac8a25 commit 42f9ab9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ branches:
1010

1111
install:
1212
- git clone https://github.com/PowerShell/PowerShellEditorServices.git ../PowerShellEditorServices
13+
- ps: Install-Product node '6.9.2'
1314
- ps: |
1415
Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force | Out-Null
1516
Install-Module InvokeBuild -RequiredVersion 3.2.1 -Scope CurrentUser -Force | Out-Null

0 commit comments

Comments
 (0)