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