From 1012f43eb565f79c9a901121037a9c569b2b86d4 Mon Sep 17 00:00:00 2001 From: Duy Luong Date: Wed, 7 Feb 2024 19:23:45 +0100 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 74cdd92..37636a7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -3,7 +3,7 @@ trigger: pool: # vmImage: 'ubuntu-22.04' - vmImage: windows-latest + vmImage: macos-latest steps: # - task: CmdLine@2 @@ -30,7 +30,11 @@ steps: # script: | # java -version # echo "Hello should not print here: $HELLO" - +- task: NodeTool@0 + inputs: + versionSpec: '16.20.0' + displayName: 'Install Node.js' + - task: katalonTask@1 inputs: version: '9.0.0'