Skip to content

Commit

Permalink
use lerna 5
Browse files Browse the repository at this point in the history
  • Loading branch information
liamdebeasi committed Mar 20, 2024
1 parent db76247 commit f51d211
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: npm ci
shell: bash
- name: Create GitHub Release
run: ./node_modules/.bin/lerna version ${{ inputs.version }} --yes --force-publish='*' --conventional-commits --create-release github
run: npx lerna@5 version ${{ inputs.version }} --yes --force-publish='*' --conventional-commits --create-release github
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
shell: bash
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
# so we do that here.
- name: Bump Package Lock
run: |
./node_modules/.bin/lerna exec "npm install --package-lock-only --legacy-peer-deps"
npx lerna@5 exec "npm install --package-lock-only --legacy-peer-deps"
git add .
git commit -m "chore(): update package lock files"
git push
Expand Down

0 comments on commit f51d211

Please sign in to comment.