Skip to content

Commit 38dcf15

Browse files
committed
ci: fixes version spec for node install step
1 parent a73ad53 commit 38dcf15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/generation-templates/capture-metadata.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ steps:
5454
# required for TypeSpec
5555
- task: UseNode@1
5656
inputs:
57-
versionSpec: '22.x'
57+
version: '22.x'
5858
checkLatest: true
5959

6060
- pwsh: 'npm install -g @typespec/compiler typescript'

0 commit comments

Comments
 (0)