Skip to content

Commit ed003d1

Browse files
committed
add --legacy-peer-deps
1 parent d59a97b commit ed003d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
key: lock-${{ github.sha }}
2525

2626
- name: create package-lock.json
27-
run: npm i --package-lock-only --ignore-scripts
27+
run: npm i --package-lock-only --ignore-scripts --legacy-peer-deps
2828

2929
- name: hack for singe file
3030
run: |

0 commit comments

Comments
 (0)