Skip to content

Commit

Permalink
ci: pin pnpm version to 7.30.5
Browse files Browse the repository at this point in the history
Port of microsoft#14815 to the internal 3.0 release branch.
  • Loading branch information
tylerbutler committed Mar 30, 2023
1 parent ee6cd1b commit 7951790
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tools/pipelines/templates/build-npm-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,8 @@ stages:
targetType: 'inline'
workingDirectory: ${{ parameters.buildDirectory }}
script: |
npm i -g pnpm
npm i -g [email protected]
pnpm -v
pnpm config set store-dir $(pnpmStorePath)
- task: Bash@3
Expand Down
2 changes: 1 addition & 1 deletion tools/pipelines/templates/include-set-package-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ steps:
workingDirectory: ${{ parameters.buildDirectory }}
script: |
pushd "$(Build.SourcesDirectory)/build-tools"
npm i -g pnpm
npm i -g pnpm@7.30.5
pnpm i
npm run build:compile
popd
Expand Down

0 comments on commit 7951790

Please sign in to comment.