Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ee273eb

Browse files
authored
[typespec-apiview] Upgrade to Node 22 (Azure#33002)
1 parent cc10080 commit ee273eb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

eng/pipelines/typespec-apiview.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ jobs:
2020
- checkout: self
2121
fetchDepth: 0
2222

23+
# TODO: Refactor into shared template used by all pipelines
24+
- task: NodeTool@0
25+
inputs:
26+
versionSpec: 22.x
27+
displayName: "Use Node 22.x"
28+
2329
- pwsh: |
2430
. $(Build.SourcesDirectory)/eng/scripts/Create-APIView.ps1
2531
New-TypeSpecAPIViewTokens `

0 commit comments

Comments
 (0)