Skip to content

Commit 9687dd7

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

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
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: install
4444
if: steps.node_modules_cache_id.outputs.cache-hit != 'true'
45-
run: npm ci
45+
run: npm ci --legacy-peer-deps
4646

4747
lint:
4848
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)