Skip to content

Commit debe716

Browse files
committed
[misc] install dependencies
(cherry picked from commit 403b366)
1 parent 28bfbe4 commit debe716

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)