We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95dbe14 commit 1940417Copy full SHA for 1940417
1 file changed
eng/pipelines/ci-template.yml
@@ -17,9 +17,9 @@ steps:
17
TestProxy: true
18
templateRoot: azure-sdk-tools
19
- task: NodeTool@0
20
- displayName: "Install Node.js 20.x"
+ displayName: "Install Node.js 24.x"
21
inputs:
22
- versionSpec: "20.x"
+ versionSpec: "24.x"
23
24
- task: UsePythonVersion@0
25
displayName: "Use Python $(PythonVersion)"
0 commit comments