We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02ab253 commit 6f63204Copy full SHA for 6f63204
.github/workflows/update-bundle.yml
@@ -36,6 +36,9 @@ 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: Install dependencies
40
+ run: npm ci
41
+
42
- name: Update bundle
43
uses: ./.github/actions/update-bundle
44
0 commit comments