From 41f52b829e10525b068678e418f509c356f70699 Mon Sep 17 00:00:00 2001 From: Jose Jr Aquino Date: Sat, 5 Apr 2025 19:14:01 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d0bac0f..3f2be57 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -15,9 +15,11 @@ variables: buildConfiguration: 'Release' steps: -- task: NodeTaskRunnerInstaller@0 + +- task: NodeTool@0 inputs: - nodeVersion: '16' + versionSource: 'spec' + versionSpec: '20.x' - task: Npm@1 inputs: