install dependencies so that reconfigure works
This commit is contained in:
parent
c5f41271d4
commit
a76b1fde8e
1 changed files with 4 additions and 0 deletions
4
.github/workflows/dependabot-sync.yml
vendored
4
.github/workflows/dependabot-sync.yml
vendored
|
@ -21,6 +21,10 @@ jobs:
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
|
- name: Install dependencies
|
||||||
|
run: npx lerna bootstrap
|
||||||
|
env:
|
||||||
|
CI: true
|
||||||
- name: Run Sync Script
|
- name: Run Sync Script
|
||||||
run: node ./scripts/sync-dependencies.mjs ${{ github.head_ref }}
|
run: node ./scripts/sync-dependencies.mjs ${{ github.head_ref }}
|
||||||
- name: Reconfigure
|
- name: Reconfigure
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue