We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f5a64c + d5dbc12 commit 16df4fbCopy full SHA for 16df4fb
1 file changed
.github/workflows/update-bundle.yml
@@ -36,6 +36,15 @@ jobs:
36
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
37
git config --global user.name "github-actions[bot]"
38
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
48
- name: Update bundle
49
uses: ./.github/actions/update-bundle
50
0 commit comments