diff --git a/.github/workflows/update-bundle.yml b/.github/workflows/update-bundle.yml index a2501d98c..0f7357fd6 100644 --- a/.github/workflows/update-bundle.yml +++ b/.github/workflows/update-bundle.yml @@ -36,6 +36,9 @@ jobs: git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" git config --global user.name "github-actions[bot]" + - name: Install dependencies + run: npm ci + - name: Update bundle uses: ./.github/actions/update-bundle