We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eab5704 commit b4e6d38Copy full SHA for b4e6d38
1 file changed
scripts/auto_release/PythonSdkLiveTest.yml
@@ -35,6 +35,10 @@ jobs:
35
versionSpec: '3.10'
36
addToPath: true
37
architecture: 'x64'
38
+ - task: NodeTool@0
39
+ displayName: Install Node.js
40
+ inputs:
41
+ versionSpec: 22.x
42
- bash: |
43
python scripts/dev_setup.py -p azure-core
44
cd ..
0 commit comments