Skip to content

Commit ffde2d7

Browse files
committed
chore: add --legacy-peer-deps when npm install
1 parent fb0d325 commit ffde2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/[email protected]
1313
with:
1414
node-version: '20'
15-
- name: npm install
15+
- name: npm install --legacy-peer-deps
1616
run: |
1717
npm install
1818
- name: build

0 commit comments

Comments
 (0)