diff --git a/.github/workflows/update-bundle.yml b/.github/workflows/update-bundle.yml index a2501d98cc..10f5be738d 100644 --- a/.github/workflows/update-bundle.yml +++ b/.github/workflows/update-bundle.yml @@ -36,6 +36,15 @@ jobs: git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" git config --global user.name "github-actions[bot]" + - name: Set up Node.js + uses: actions/setup-node@v4 + with: + node-version: '20.x' + cache: 'npm' + + - name: Install dependencies + run: npm ci + - name: Update bundle uses: ./.github/actions/update-bundle