Skip to content

Commit a830276

Browse files
committed
chore: use lerna 5
1 parent 3057ab5 commit a830276

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/actions/publish-npm/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ runs:
3232
run: npm ci
3333
shell: bash
3434
- name: Install Dependencies
35-
run: ./node_modules/.bin/lerna bootstrap --include-dependencies --scope ${{ inputs.scope }} --ignore-scripts -- --legacy-peer-deps
35+
run: npx lerna@5 bootstrap --include-dependencies --scope ${{ inputs.scope }} --ignore-scripts -- --legacy-peer-deps
3636
shell: bash
3737
working-directory: ${{ inputs.working-directory }}
3838
- name: Update Version
39-
run: ./node_modules/.bin/lerna version ${{ inputs.version }} --yes --exact --no-changelog --no-push --no-git-tag-version --preid=${{ inputs.preid }}
39+
run: npx lerna@5 version ${{ inputs.version }} --yes --exact --no-changelog --no-push --no-git-tag-version --preid=${{ inputs.preid }}
4040
shell: bash
4141
working-directory: ${{ inputs.working-directory }}
4242
- name: Run Build

0 commit comments

Comments
 (0)