In Azure build pipeline, ensure we have the expected version of Node

This commit is contained in:
Steve Sanderson 2018-11-26 23:10:50 +00:00
parent 429888cc6d
commit 6bfa6102f3
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@ phases:
variables:
${{ insert }}: ${{ parameters.variables }}
steps:
- task: NodeTool@0
inputs:
versionSpec: '10.13.0'
- checkout: self
clean: true