Skip to content

Commit

Permalink
fix(ci): install lerna@6 for deployment workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Trae Yelovich <[email protected]>
  • Loading branch information
traeok committed Sep 28, 2023
1 parent 51c2423 commit 82f0876
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
with:
node-version: '16.x'

- name: Install Yarn
run: npm install -g yarn
- name: Install Yarn and Lerna
run: npm install -g yarn lerna@6

- name: Build Source
run: yarn
Expand Down

0 comments on commit 82f0876

Please sign in to comment.