Skip to content

Commit

Permalink
Use yarn exec to run local version of lerna not globally installed
Browse files Browse the repository at this point in the history
  • Loading branch information
vidhill committed Sep 14, 2024
1 parent d8c5dd1 commit 18c4127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: yarn && lerna bootstrap
- run: yarn && yarn exec lerna bootstrap
- run: yarn test

0 comments on commit 18c4127

Please sign in to comment.