From a76b1fde8ef7fc92c47294cb7fb03fe2a66da416 Mon Sep 17 00:00:00 2001 From: Enoch Riese Date: Tue, 7 Feb 2023 11:52:40 -0600 Subject: [PATCH] install dependencies so that reconfigure works --- .github/workflows/dependabot-sync.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/dependabot-sync.yml b/.github/workflows/dependabot-sync.yml index f66f0421f8f..90cf2eefb4d 100644 --- a/.github/workflows/dependabot-sync.yml +++ b/.github/workflows/dependabot-sync.yml @@ -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