Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Commit 7fdd546

Browse files
committed
Lerna bootstrap only
1 parent 1ac3fa2 commit 7fdd546

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/actions/common/action.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,13 @@ runs:
3030
- name: Update npm
3131
shell: bash
3232
run: npm i -g npm
33-
- name: Install dependencies
34-
if: ${{ steps.cache-npm-root.outputs.cache-hit != 'true' }}
33+
- name: Install lerna
3534
shell: bash
36-
run: npm ci
35+
run: npm i -g lerna@6
36+
# - name: Install dependencies
37+
# if: ${{ steps.cache-npm-root.outputs.cache-hit != 'true' }}
38+
# shell: bash
39+
# run: npm ci
3740
- name: Lerna bootstrap
3841
shell: bash
3942
run: npx lerna bootstrap

0 commit comments

Comments
 (0)