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
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- name: Install dependencies
|
||||
run: npx lerna bootstrap
|
||||
env:
|
||||
CI: true
|
||||
- name: Run Sync Script
|
||||
run: node ./scripts/sync-dependencies.mjs ${{ github.head_ref }}
|
||||
- name: Reconfigure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue