Skip to content

Commit 8137dde

Browse files
authored
chore: update npm install script
1 parent a97607b commit 8137dde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
node-version: '20'
1515
- name: npm install
1616
run: |
17-
npm install
17+
npm install --legacy-peer-deps
1818
- name: build
1919
run: |
2020
npm run build

0 commit comments

Comments
 (0)