We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ac8a25 commit 42f9ab9Copy full SHA for 42f9ab9
appveyor.yml
@@ -10,6 +10,7 @@ branches:
10
11
install:
12
- git clone https://github.com/PowerShell/PowerShellEditorServices.git ../PowerShellEditorServices
13
+ - ps: Install-Product node '6.9.2'
14
- ps: |
15
Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force | Out-Null
16
Install-Module InvokeBuild -RequiredVersion 3.2.1 -Scope CurrentUser -Force | Out-Null
0 commit comments