diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 1089ad4ee8..14b08da04a 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -23,7 +23,7 @@ jobs: registry-url: https://registry.npmjs.org - name: Install dependencies (skip scripts to avoid heavy build) - run: npm ci --ignore-scripts + run: npm install --ignore-scripts --no-audit --no-fund - name: Sync version from release tag run: |