Skip to content

Commit 58991f3

Browse files
committed
chore: remove --legacy-peer-deps from gh action
1 parent 3107d47 commit 58991f3

File tree

2 files changed

+18
-32
lines changed

2 files changed

+18
-32
lines changed

.github/workflows/quality-gate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
node-version: "22"
1818
- name: Install dependencies
19-
run: npm ci --fund=false --audit=false --legacy-peer-deps
19+
run: npm ci --fund=false --audit=false
2020
- name: Unit tests
2121
run: npm run test -- --watch=false
2222
- name: Code linter

package-lock.json

Lines changed: 17 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)