diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7f9648a50..44179a315 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -775,7 +775,7 @@ stages: - task: NodeTool@0 displayName: Set Node.js version inputs: - versionSpec: '10.x' + versionSpec: '12.x' - checkout: self submodules: true fetchDepth: 1