File tree 1 file changed +11
-1
lines changed
eng/common/pipelines/templates
1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -241,6 +241,11 @@ extends:
241
241
Paths :
242
242
- " /*"
243
243
- " !SessionRecords"
244
+
245
+ - task : UseNode@1
246
+ displayName : ' Install Node.js'
247
+ inputs :
248
+ version : ' 22.x'
244
249
245
250
- download : current
246
251
displayName : Download pipeline artifacts
@@ -313,6 +318,11 @@ extends:
313
318
- " /*"
314
319
- " !SessionRecords"
315
320
321
+ - task : UseNode@1
322
+ displayName : ' Install Node.js'
323
+ inputs :
324
+ version : ' 22.x'
325
+
316
326
- download : current
317
327
displayName : Download pipeline artifacts
318
328
@@ -491,4 +501,4 @@ extends:
491
501
scriptType : " bash"
492
502
scriptLocation : " inlineScript"
493
503
inlineScript : npx tsp-spector upload-coverage --coverageFile $(Build.ArtifactStagingDirectory)/tsp-spector-coverage-azure.json --generatorName @azure-typespec/$(SpectorName) --storageAccountName typespec --containerName coverages --generatorVersion $(node -p -e "require('./package.json').version") --generatorMode azure
494
- workingDirectory : $(Build.SourcesDirectory)/eng/packages/$(SpectorName)
504
+ workingDirectory : $(Build.SourcesDirectory)/eng/packages/$(SpectorName)
You can’t perform that action at this time.
0 commit comments