Skip to content

Commit e424b20

Browse files
committed
update main.yml
1 parent 658d147 commit e424b20

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
with:
2828
node-version: ${{ matrix.node }}
2929

30+
- name: Install dependencies
31+
run: npm install
32+
3033
- name: Run tests
3134
run: npm test
3235

0 commit comments

Comments
 (0)