Skip to content

Commit

Permalink
ci: ignore invalid peerDependency from github-actions-reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
schoero committed Nov 19, 2023
1 parent 5ef2607 commit 161b3d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: 20

- name: Install dependencies
run: npm ci
run: npm ci --force

- name: Lint
run: npm run lint:ci
Expand All @@ -43,7 +43,7 @@ jobs:
node-version: ${{ matrix.node }}

- name: Install dependencies
run: npm ci
run: npm ci --force

- name: Run tests
run: npm test
Expand Down

0 comments on commit 161b3d2

Please sign in to comment.