Skip to content

Commit

Permalink
Merge branch 'main' into feat/mongodb-support-v5
Browse files Browse the repository at this point in the history
  • Loading branch information
pichlermarc authored Jun 19, 2023
2 parents ff4f310 + 476f3ce commit 669c57d
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 669c57d

Please sign in to comment.