Skip to content

Commit 64859d5

Browse files
fix(ci):install dep
1 parent f4503a5 commit 64859d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
version: latest
3030
- name: Run Biome
3131
run: biome ci .
32+
- name: Install Dependencies
33+
run: npm ci
3234
- name: Check types
3335
run: node --run types:check
3436

0 commit comments

Comments
 (0)