Specify node version 8.x
This commit is contained in:
parent
a1596e9820
commit
f5bb3f6007
1 changed files with 3 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue