Skip to content

Commit

Permalink
Merge pull request #475 from thingweb/egekorkan-lerna-version
Browse files Browse the repository at this point in the history
Update and fix lerna version
  • Loading branch information
egekorkan authored Jun 23, 2023
2 parents 095dca9 + 342802b commit 84bc8b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Use lerna
run: npm install -g lerna
run: npm install -g lerna@6.6.2

- name: Bootstrap
run: lerna bootstrap --no-ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/visual-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: "16.x"

- name: Use lerna
run: npm install -g lerna
run: npm install -g lerna@6.6.2

- name: Bootstrap
run: lerna bootstrap --no-ci
Expand Down

0 comments on commit 84bc8b8

Please sign in to comment.