Skip to content

Commit ed3b358

Browse files
committed
in deploy, add --legacy-peer-deps
1 parent c5cc7e8 commit ed3b358

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
registry-url: 'https://registry.npmjs.org'
2525

2626
- name: Install dependencies
27-
run: npm ci
27+
run: npm ci --legacy-peer-deps
2828

2929
# - name: Run tests
3030
# run: npm test

0 commit comments

Comments
 (0)