From 3d78ebd58a2a7f52763a0879c748947a2b360cbd Mon Sep 17 00:00:00 2001 From: Kaz Nishimura Date: Sat, 18 Apr 2020 21:44:03 +0900 Subject: [PATCH] Set 'versionSpec' for NodeTool --HG-- branch : release --- azure-pipelines.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ae3ff24..4a0668d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -17,6 +17,8 @@ stages: vmImage: ubuntu-latest steps: - task: NodeTool@0 + inputs: + versionSpec: 8.x - bash: | npm install-test displayName: Test @@ -33,6 +35,8 @@ stages: vmImage: ubuntu-latest steps: - task: NodeTool@0 + inputs: + versionSpec: 8.x - bash: | npm install displayName: Install dependencies