From fd27890878b14fc9b8563b6089aaa85331b91861 Mon Sep 17 00:00:00 2001 From: Yuchao Yan Date: Thu, 30 Apr 2026 07:35:52 +0800 Subject: [PATCH] Update Node.js version from 20.x to 24.x in CI --- eng/pipelines/ci-template.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/pipelines/ci-template.yml b/eng/pipelines/ci-template.yml index 9d0884e733..5d3d9593fb 100644 --- a/eng/pipelines/ci-template.yml +++ b/eng/pipelines/ci-template.yml @@ -17,9 +17,9 @@ steps: TestProxy: true templateRoot: azure-sdk-tools - task: NodeTool@0 - displayName: "Install Node.js 20.x" + displayName: "Install Node.js 24.x" inputs: - versionSpec: "20.x" + versionSpec: "24.x" - task: UsePythonVersion@0 displayName: "Use Python $(PythonVersion)"