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:
|
variables:
|
||||||
${{ insert }}: ${{ parameters.variables }}
|
${{ insert }}: ${{ parameters.variables }}
|
||||||
steps:
|
steps:
|
||||||
|
- task: NodeTool@0
|
||||||
|
inputs:
|
||||||
|
versionSpec: '10.13.0'
|
||||||
|
|
||||||
- checkout: self
|
- checkout: self
|
||||||
clean: true
|
clean: true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue