Bump Node 10.x to 12.x

This commit is contained in:
Qstick
2021-02-20 02:42:52 -05:00
parent 3c18db7bb8
commit 90abcee120
2 changed files with 264 additions and 513 deletions

View File

@@ -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

773
yarn.lock

File diff suppressed because it is too large Load Diff