Merge pull request #81 from stripedpajamas/fix-azure-node

Specify node version 8.x (Azure)
This commit is contained in:
Peter Squicciarini 2019-02-09 07:49:01 -05:00 committed by GitHub
commit 4cf7166a48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,9 @@ pool:
vmImage: 'vs2017-win2016'
steps:
- task: NodeTool@0
inputs:
versionSpec: '8.x'
- script: |
choco install jq
displayName: 'install jq from choco'