Skip to content

Commit

Permalink
fix(ci): Lock lerna version
Browse files Browse the repository at this point in the history
  • Loading branch information
brdlyptrs committed Jul 27, 2023
1 parent 5e670f7 commit 77cb3d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
node-version-file: '.nvmrc'
registry-url: 'https://registry.npmjs.org'
cache: 'yarn'

- name: Install Lerna
run: yarn global add lerna@6

- run: yarn setup
- run: yarn lint --stream
- run: yarn build --stream
Expand Down

0 comments on commit 77cb3d7

Please sign in to comment.