diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index ab0957d3..754c16ab 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -14,7 +14,7 @@ steps: # Prepare - task: NodeTool@0 inputs: - versionSpec: '12.x' + versionSpec: '10.x' displayName: 'Install Node.js' - bash: npm install displayName: 'Install dependencies'