diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ddd8678..3cf3711 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -37,7 +37,7 @@ jobs: echo "Deploying to version $VERSION" - name: Install dependencies - run: npm ci + run: npm ci --legacy-peer-deps - name: Build run: |