Use --legacy-peer-deps to avoid npm bullshit (#112)

This commit is contained in:
Sascha Mann
2022-06-21 00:34:11 +02:00
committed by GitHub
parent 67db496725
commit a07a9b4c49
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v1
- name: "npm ci"
run: npm ci
run: npm ci --legacy-peer-deps
- name: "npm run build"
run: npm run build