Skip to content

Commit 14e5798

Browse files
committed
fix ci script
1 parent ea9abbe commit 14e5798

File tree

4 files changed

+525
-1362
lines changed

4 files changed

+525
-1362
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
with:
1919
node-version-file: ".node-version"
2020

21+
- name: Set up dependencies
22+
run: ./scripts/setup.sh
23+
2124
- name: Install Node dependencies
2225
run: npm ci
2326

0 commit comments

Comments
 (0)