Bump Node 10.x to 12.x

pull/8/head
Qstick 3 years ago
parent 3c18db7bb8
commit 90abcee120

@ -131,7 +131,7 @@ stages:
- task: NodeTool@0
displayName: Set Node.js version
inputs:
versionSpec: '10.x'
versionSpec: '12.x'
- checkout: self
submodules: true
fetchDepth: 1
@ -684,7 +684,7 @@ stages:
- task: NodeTool@0
displayName: Set Node.js version
inputs:
versionSpec: '10.x'
versionSpec: '12.x'
- checkout: self
submodules: true
fetchDepth: 1

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save