Skip to content
This repository was archived by the owner on Oct 18, 2022. It is now read-only.

Commit 3145310

Browse files
committed
Use --legacy-peer-deps until
kaoto-archive/kaoto-ui#681 is merged and available
1 parent 3215a72 commit 3145310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
- name: Install global dependencies
2323
run: npm install -g webpack-cli webpack eslint copyfiles cpr
2424
- name: npm-ci
25-
run: npm ci
25+
run: npm ci --legacy-peer-deps
2626
- name: npm-compile
2727
run: npm run build:prod

0 commit comments

Comments
 (0)