Skip to content

Commit

Permalink
ci: fix lerna to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
idoshamun committed Jun 8, 2023
1 parent fbe9130 commit 94717e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- checkout
- run:
name: Install lerna
command: npm i --prefix=$HOME/.local -g lerna
command: npm i --prefix=$HOME/.local -g lerna@6
- create_concatenated_package_lock:
filename: combined-package-lock.txt
- restore_cache:
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
- checkout
- run:
name: Install lerna
command: npm i --prefix=$HOME/.local -g lerna
command: npm i --prefix=$HOME/.local -g lerna@6
- create_concatenated_package_lock:
filename: combined-package-lock.txt
- restore_cache:
Expand Down

0 comments on commit 94717e4

Please sign in to comment.