Skip to content

Commit

Permalink
fix(ci): allow npm legacy peer deps (because oxlint)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yagnap committed Dec 16, 2024
1 parent b2220f1 commit 46b7be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install
run: |
cp js/config/config.dist.ts js/config/config.ts
npm install --no-fund --ignore-scripts --no-audit
npm install --no-fund --ignore-scripts --no-audit --legacy-peer-deps
- name: Test
run: |
Expand Down

0 comments on commit 46b7be8

Please sign in to comment.