From 2bf0f3317a63452dff6682cc93868b61e9756b6b Mon Sep 17 00:00:00 2001 From: Joao Moreno Date: Thu, 20 Jun 2019 11:23:41 +0200 Subject: [PATCH] improve node and yarn versions --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 26813e7..ad3251e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,11 +7,11 @@ trigger: steps: - task: NodeTool@0 inputs: - versionSpec: "10.15.1" + versionSpec: "8.x" - task: geeklearningio.gl-vsts-tasks-yarn.yarn-installer-task.YarnInstaller@2 inputs: - versionSpec: "1.10.1" + versionSpec: "1.x" - script: yarn displayName: Install Dependencies