From b4d91a2a1d5fd84db27ce1d730b4c9f258b801d5 Mon Sep 17 00:00:00 2001 From: Badrish Chandramouli Date: Tue, 28 Mar 2023 19:07:58 +0000 Subject: [PATCH] Update Node.js tool version (#808) --- azure-pipelines-full.yml | 2 +- azure-pipelines.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines-full.yml b/azure-pipelines-full.yml index facd286f7..4ef47c672 100644 --- a/azure-pipelines-full.yml +++ b/azure-pipelines-full.yml @@ -41,7 +41,7 @@ jobs: - task: NodeTool@0 inputs: - versionSpec: 13.x + versionSpec: 14.x - script : npm install -g azurite displayName: Install Azurite diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0f4695433..e1bbf702c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -41,7 +41,7 @@ jobs: - task: NodeTool@0 inputs: - versionSpec: 13.x + versionSpec: 14.x - script : npm install -g azurite displayName: Install Azurite