Skip to content

Commit

Permalink
Try to fix peer dependency issues
Browse files Browse the repository at this point in the history
  • Loading branch information
maksis committed Dec 31, 2024
1 parent 9f21131 commit 4d8132c
Show file tree
Hide file tree
Showing 3 changed files with 173 additions and 191 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci --legacy-peer-deps
- run: npm ci
- run: npm run build --if-present
- run: npm test
- name: Upload coverage reports to Codecov with GitHub Action
Expand Down
Loading

0 comments on commit 4d8132c

Please sign in to comment.