Update CI to use NodeJS 12
This commit is contained in:
parent
13bf66de54
commit
8f1e1075c2
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ jobs:
|
|||
- task: NodeTool@0
|
||||
displayName: 'Install Node'
|
||||
inputs:
|
||||
versionSpec: '10.x'
|
||||
versionSpec: '12.x'
|
||||
|
||||
- task: Cache@2
|
||||
displayName: 'Check Cache'
|
||||
|
@ -82,7 +82,7 @@ jobs:
|
|||
- task: NodeTool@0
|
||||
displayName: 'Install Node'
|
||||
inputs:
|
||||
versionSpec: '10.x'
|
||||
versionSpec: '12.x'
|
||||
|
||||
- task: Cache@2
|
||||
displayName: 'Check Cache'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue