Specify node version 8.x

This commit is contained in:
Peter Squicciarini 2019-02-09 07:40:42 -05:00
parent a1596e9820
commit f5bb3f6007
No known key found for this signature in database
GPG key ID: EB67E153FD9B5F44

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'