Skip to content

Commit b4cad33

Browse files
chore(workflow): add npm ci step to install dependencies in GitHub Actions
1 parent 124cf99 commit b4cad33

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/static.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
steps:
3232
- name: Checkout
3333
uses: actions/checkout@v4
34+
- name: Install dependencies
35+
run: npm ci
3436
- name: Build
3537
run: npm run demo:build
3638
- name: Setup Pages

0 commit comments

Comments
 (0)