Skip to content

Commit

Permalink
Merge pull request #2487 from zowe/fix/v1/lerna
Browse files Browse the repository at this point in the history
fix(ci): install lerna@6 for deployment workflow
  • Loading branch information
traeok authored Sep 28, 2023
2 parents 51c2423 + 82f0876 commit 9bef964
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 9bef964

Please sign in to comment.