Skip to content

Commit

Permalink
chore: clear deps in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alemagio committed Nov 28, 2021
1 parent 086a21a commit db60586
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Clear dependencies
run: rm -rf node_modules
- name: Install Dependencies
run: npm install socket.io & npm install --ignore-scripts
- name: Test
Expand Down

0 comments on commit db60586

Please # to comment.