Skip to content

Commit

Permalink
specify lerna version in pipeline to address breaking change in lerna (
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnureddy17 authored Jun 9, 2023
1 parent 736a0d8 commit 450c672
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion vsts/node-nightly-df.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- script: |
npm install --global node-gyp
npm install --global lerna
npm install --global lerna@^6.6.2
npm install
displayName: 'Install Dependencies'
Expand Down
2 changes: 1 addition & 1 deletion vsts/node-nightly-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- script: |
npm install --global node-gyp
npm install --global lerna
npm install --global lerna@^6.6.2
npm install
displayName: 'Install Dependencies'
Expand Down
2 changes: 1 addition & 1 deletion vsts/node-nightly-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- powershell: |
runas.exe /savecred /user:administrator
npm install --global [email protected]
npm install --global lerna
npm install --global lerna@^6.6.2
npm install
displayName: 'Install Dependencies'
Expand Down

0 comments on commit 450c672

Please sign in to comment.