File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
eng/common/pipelines/templates Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -241,6 +241,11 @@ extends:
241241 Paths :
242242 - " /*"
243243 - " !SessionRecords"
244+
245+ - task : UseNode@1
246+ displayName : ' Install Node.js'
247+ inputs :
248+ version : ' 22.x'
244249
245250 - download : current
246251 displayName : Download pipeline artifacts
@@ -313,6 +318,11 @@ extends:
313318 - " /*"
314319 - " !SessionRecords"
315320
321+ - task : UseNode@1
322+ displayName : ' Install Node.js'
323+ inputs :
324+ version : ' 22.x'
325+
316326 - download : current
317327 displayName : Download pipeline artifacts
318328
@@ -491,4 +501,4 @@ extends:
491501 scriptType : " bash"
492502 scriptLocation : " inlineScript"
493503 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