We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51dfd30 commit 1b03558Copy full SHA for 1b03558
eng/pipelines/ci-template.yml
@@ -41,7 +41,7 @@ steps:
41
displayName: Install TypeSpec Next
42
condition: and(succeeded(), ${{ parameters.updateToLatestTypespec }})
43
44
- - script: npm install -g @azure-tools/typespec-bump-deps@0.9.6
+ - script: npm install -g @azure-tools/typespec-bump-deps@latest
45
displayName: Install @azure-tools/typespec-bump-deps
46
47
0 commit comments