Skip to content

Commit

Permalink
chore(ci): pin lerna in github workflows (open-telemetry#1541)
Browse files Browse the repository at this point in the history
* chore(ci): pin lerna in github workflows

* chore: add lerna back to peer-api-check.

* chore: use 5.5.2
  • Loading branch information
pichlermarc authored Jun 19, 2023
1 parent 86d38fb commit 476f3ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/peer-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v3

- name: Install lerna
run: npm install -g lerna
run: npm install -g lerna@5.5.2

- name: Install script dependencies
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please-validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v3

- name: Install lerna
run: npm install -g lerna
run: npm install -g lerna@5.5.2

- name: Ensure Release Please Config and Manifest are in sync with the repository
run: node scripts/check-release-please.mjs
2 changes: 1 addition & 1 deletion .github/workflows/test-all-versions.pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v3
# Need lerna to list all packages
- name: Install lerna
run: npm install -g lerna
run: npm install -g lerna@5.5.2
- name: Parse labels into lerna scope arguments
id: lerna-args
run: |
Expand Down

0 comments on commit 476f3ce

Please sign in to comment.