From 9d6065e2bded15b2897d30efb5ed0759a2715a24 Mon Sep 17 00:00:00 2001 From: Chetan Pawar <79299559+chepa-git@users.noreply.github.com> Date: Wed, 9 Jul 2025 13:59:04 -0500 Subject: [PATCH] Update azure-pipelines.yml versionSpec updated --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4acabc9..79cffbd 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -2,7 +2,7 @@ steps: - task: NodeTool@0 inputs: - versionSpec: '23.x' + versionSpec: '24.x' displayName: 'Install Node.js' - script: | npm install -g @testim/testim-cli