diff --git a/.github/workflows/prod-release.yml b/.github/workflows/prod-release.yml index e1ef69b9e..4a4dcd3c4 100644 --- a/.github/workflows/prod-release.yml +++ b/.github/workflows/prod-release.yml @@ -106,10 +106,9 @@ jobs: node-version: 'lts/*' registry-url: 'https://registry.npmjs.org' - # Ensure npm 11.5.1 or later is installed - name: Update npm run: npm install -g npm@latest - - run: npm ci --unsafe-perm + - run: npm ci - run: npm run build --if-present - run: npx lerna publish from-package --yes --dist-tag "$DIST_TAG" env: