Skip to content

Commit d5dbc12

Browse files
committed
Add actions/setup-node step
1 parent eccc755 commit d5dbc12

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/update-bundle.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ 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+
3945
- name: Install dependencies
4046
run: npm ci
4147

0 commit comments

Comments
 (0)