From 515e46ea08a1edf7c1a503d2a72ff5cfa057e6ea Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Mon, 24 Jun 2019 15:45:27 +0200 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 37916d6e..f8473601 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -10,7 +10,7 @@ pool: steps: - task: NodeTool@0 inputs: - versionSpec: '12.x' + versionSpec: '10.x' displayName: 'Install Node.js' - script: | @@ -25,4 +25,4 @@ steps: - task: PublishBuildArtifacts@1 inputs: pathtoPublish: 'dist\\*.exe' - artifactName: build \ No newline at end of file + artifactName: build