From b4eff8f48af84b76600f1c9c78f1fc05577dfaa0 Mon Sep 17 00:00:00 2001 From: Doug Harris Date: Mon, 26 Jun 2023 12:46:59 -0400 Subject: [PATCH] Update Node to 14 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 599780e2..be0fe7db 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -12,7 +12,7 @@ pool: steps: - task: NodeTool@0 inputs: - versionSpec: '12.x' + versionSpec: '14.x' displayName: 'Install Node.js' - task: Npm@1