Skip to content

Commit 73e2544

Browse files
authored
Update ci.yml
1 parent 28e0c79 commit 73e2544

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
@@ -20,5 +20,7 @@ jobs:
2020
uses: actions/setup-node@v1
2121
with:
2222
node-version: ${{ matrix.node-version }}
23+
- name: Install Dependancies
24+
run: npm install
2325
- name: Check Spelling
2426
run: npm run spelltest

0 commit comments

Comments
 (0)