In Azure build pipeline, ensure we have the expected version of Node
This commit is contained in:
parent
429888cc6d
commit
6bfa6102f3
|
|
@ -17,6 +17,10 @@ phases:
|
|||
variables:
|
||||
${{ insert }}: ${{ parameters.variables }}
|
||||
steps:
|
||||
- task: NodeTool@0
|
||||
inputs:
|
||||
versionSpec: '10.13.0'
|
||||
|
||||
- checkout: self
|
||||
clean: true
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue