Skip to content

Commit 991e50b

Browse files
committed
[misc] install dependencies
1 parent 41b2a34 commit 991e50b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ jobs:
6565
with:
6666
node-version: ${{ matrix.node }}
6767

68+
- name: Install dependencies
69+
run: npm install
70+
6871
- name: Run Tests
6972
run: npm run coverage:test
7073
env:

0 commit comments

Comments
 (0)