diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c524ad1..b11011c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: with: node-version: "18" - name: Install dependencies - run: npm ci + run: npm ci --legacy-peer-deps - name: Build project run: npm run build - name: Publish to npm