Skip to content

Commit

Permalink
ci: run peer install (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiTenno committed Nov 28, 2022
1 parent e94c051 commit f111182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
run: npm install
run: npx npm-install-peers
- name: Run linters
run: npm run lint

0 comments on commit f111182

Please sign in to comment.