diff --git a/eng/pipelines/ci-template.yml b/eng/pipelines/ci-template.yml index 90ae0454e1a..f27da67075f 100644 --- a/eng/pipelines/ci-template.yml +++ b/eng/pipelines/ci-template.yml @@ -41,7 +41,7 @@ steps: displayName: Install TypeSpec Next condition: and(succeeded(), ${{ parameters.updateToLatestTypespec }}) - - script: npm install -g @azure-tools/typespec-bump-deps@0.9.6 + - script: npm install -g @azure-tools/typespec-bump-deps@latest displayName: Install @azure-tools/typespec-bump-deps condition: and(succeeded(), ${{ parameters.updateToLatestTypespec }})