Skip to content

Commit 6f63204

Browse files
committed
Fix update-bundle workflow
1 parent 02ab253 commit 6f63204

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/update-bundle.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
3737
git config --global user.name "github-actions[bot]"
3838
39+
- name: Install dependencies
40+
run: npm ci
41+
3942
- name: Update bundle
4043
uses: ./.github/actions/update-bundle
4144

0 commit comments

Comments
 (0)