Skip to content

Commit

Permalink
Specify node version 8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
stripedpajamas committed Feb 9, 2019
1 parent a1596e9 commit f5bb3f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit f5bb3f6

Please sign in to comment.