Skip to content

Commit ea81dc2

Browse files
committed
ci: fix
1 parent f86d190 commit ea81dc2

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
@@ -34,6 +34,8 @@ jobs:
3434
- uses: actions/setup-node@v4
3535
with:
3636
node-version: 18
37+
- name: Install dependencies
38+
run: npm i
3739
- name: Build
3840
run: npm run build
3941
- name: Setup Pages

0 commit comments

Comments
 (0)