Update azure-pipelines.yml

This commit is contained in:
Sean Yesmunt 2019-03-20 15:56:33 -04:00 committed by GitHub
parent f2bb169f01
commit 0391e6bdfe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ pool:
steps:
- task: NodeTool@0
inputs:
versionSpec: '9.x'
versionSpec: '10.x'
displayName: 'Install Node.js'
- script: |