Skip to content

Commit 584fd68

Browse files
committed
Add legacy-peer-deps flag to npm install
1 parent e75d842 commit 584fd68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
node-version: '18'
1818

1919
- name: Install dependencies
20-
run: npm install
20+
run: npm install --legacy-peer-deps # Added flag here
2121

2222
- name: Build
2323
run: npm run build

0 commit comments

Comments
 (0)