Use Node 12 and frozen lockfile

This commit is contained in:
Peter Squicciarini
2020-02-17 15:26:57 -08:00
parent c440844e99
commit a3465c0f1b
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
steps:
- task: NodeTool@0
inputs:
versionSpec: '10.x'
versionSpec: "12.13.0"
- script: |
choco install jq
displayName: 'install jq from choco'