Skip to content

Commit 16df4fb

Browse files
authored
Merge pull request #3073 from github/aibaars/update-bundle
Fix update-bundle workflow
2 parents 9f5a64c + d5dbc12 commit 16df4fb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/update-bundle.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,15 @@ 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: Set up Node.js
40+
uses: actions/setup-node@v4
41+
with:
42+
node-version: '20.x'
43+
cache: 'npm'
44+
45+
- name: Install dependencies
46+
run: npm ci
47+
3948
- name: Update bundle
4049
uses: ./.github/actions/update-bundle
4150

0 commit comments

Comments
 (0)