Skip to content

Commit 90fc2a6

Browse files
committed
ci(config): use legacy peer deps in npm install
1 parent 5723b14 commit 90fc2a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
node-version: 18
1313
- run: |
14-
npm install
14+
npm install --legacy-peer-deps
1515
- run: |
1616
npm run lint
1717
- run: |

0 commit comments

Comments
 (0)