1 parent 6cf655f commit cbac906Copy full SHA for cbac906
1 file changed
.github/workflows/release.yml
@@ -41,7 +41,7 @@ jobs:
41
42
- name: Install dependencies and build
43
run: |
44
- npm install
+ npm install --legacy-peer-deps
45
npm run build
46
47
- name: Extract changelog
0 commit comments