Skip to content

Commit

Permalink
chore: actions: lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Jul 5, 2023
1 parent 42b9521 commit 4acd0f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Install Redrun, Lerna
run: npm i redrun lerna -g
run: npm i redrun lerna@6 -g
- name: Bootstrap
run: lerna bootstrap
- name: Lint
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Install Redrun
run: npm i npm redrun -g
run: npm i redrun lerna@6 -g
- name: Install
run: npm i
run: lerna bootstrap
- name: Lint
run: redrun fix:lint
- uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 4acd0f4

Please sign in to comment.