File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
.github/workflows/actions/publish-npm Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,11 @@ runs:
32
32
run : npm ci
33
33
shell : bash
34
34
- 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
36
36
shell : bash
37
37
working-directory : ${{ inputs.working-directory }}
38
38
- 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 }}
40
40
shell : bash
41
41
working-directory : ${{ inputs.working-directory }}
42
42
- name : Run Build
You can’t perform that action at this time.
0 commit comments