From e278bb0145720fde8b2619afec8a6c62117519cd Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Sat, 8 Feb 2020 20:20:27 +0100 Subject: [PATCH] Downgrade node. --- azure-pipelines.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'