diff --git a/.github/workflows/NPM.yml b/.github/workflows/NPM.yml index b0332f1a..7201304a 100644 --- a/.github/workflows/NPM.yml +++ b/.github/workflows/NPM.yml @@ -37,7 +37,7 @@ jobs: continue-on-error: true working-directory: . run: | - npm install --legacy-peer-deps - npm publish --legacy-peer-deps --provenance + npm install --legacy-peer-deps --strict-peer-dependencies=false + npm publish --legacy-peer-deps --strict-peer-dependencies=false --provenance env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}