From 69c8c5cb596c5a52884df5b93ae222c421da5970 Mon Sep 17 00:00:00 2001 From: Vishnu Sankar Date: Mon, 3 Aug 2020 01:51:59 +0530 Subject: [PATCH] Use Node 13.x --- azure-pipeline/pull-request.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/azure-pipeline/pull-request.yml b/azure-pipeline/pull-request.yml index d068f031..bbf54584 100644 --- a/azure-pipeline/pull-request.yml +++ b/azure-pipeline/pull-request.yml @@ -9,6 +9,10 @@ pool: vmImage: 'ubuntu-latest' steps: + - task: UseNode@1 + inputs: + version: '13.x' + # Install - task: Bash@3 inputs: