Skip to content
This repository was archived by the owner on May 22, 2026. It is now read-only.

Commit 1940417

Browse files
authored
Upgrade Node.js version from 20.x to 24.x
1 parent 95dbe14 commit 1940417

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

eng/pipelines/ci-template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ steps:
1717
TestProxy: true
1818
templateRoot: azure-sdk-tools
1919
- task: NodeTool@0
20-
displayName: "Install Node.js 20.x"
20+
displayName: "Install Node.js 24.x"
2121
inputs:
22-
versionSpec: "20.x"
22+
versionSpec: "24.x"
2323

2424
- task: UsePythonVersion@0
2525
displayName: "Use Python $(PythonVersion)"

0 commit comments

Comments
 (0)