From 6ed5326bcdd80831ce727fb1da2f1a6a5aeecf29 Mon Sep 17 00:00:00 2001 From: Lancelot Prigent Date: Thu, 9 Oct 2025 05:35:19 +0200 Subject: [PATCH] chore: update GitHub Actions configuration to specify npm registry URL and remove global npm installation step --- .github/actions/setup-and-install/action.yaml | 1 + .github/workflows/release-please.yml | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/actions/setup-and-install/action.yaml b/.github/actions/setup-and-install/action.yaml index fddaef6..34f4a8b 100644 --- a/.github/actions/setup-and-install/action.yaml +++ b/.github/actions/setup-and-install/action.yaml @@ -15,6 +15,7 @@ runs: with: node-version: 22 cache: 'pnpm' + registry-url: "https://registry.npmjs.org" - name: Install dependencies shell: bash diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 0f49e0c..c895378 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -55,8 +55,6 @@ jobs: - name: Build run: pnpm build - - run: npm install -g npm - - name: Publish to npm latest run: npm publish --provenance --access public env: