Skip to content

Commit

Permalink
Merge pull request #81 from stripedpajamas/fix-azure-node
Browse files Browse the repository at this point in the history
Specify node version 8.x (Azure)
  • Loading branch information
stripedpajamas authored Feb 9, 2019
2 parents a1596e9 + f5bb3f6 commit 4cf7166
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 4cf7166

Please sign in to comment.