Skip to content

Commit ac1f237

Browse files
Accept broken peer dependencies
1 parent 4921b57 commit ac1f237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
node-version: 18
1919
cache: npm
20-
- run: npm install
20+
- run: npm install --force
2121
- name: Build app with GitHub Pages base
2222
run: npm run build -- --base /${{ github.event.repository.name }}
2323
- name: Configure Pages (if this fails, set Pages source to GitHub Actions in repo settings)

0 commit comments

Comments
 (0)