From 95a23190d522f332520b6a7e1b481f23ce8dd6b4 Mon Sep 17 00:00:00 2001 From: sapphi-red <49056869+sapphi-red@users.noreply.github.com> Date: Wed, 22 Nov 2023 22:44:38 +0900 Subject: [PATCH] chore: remove registry-url --- .github/actions/setup-repo/action.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/actions/setup-repo/action.yaml b/.github/actions/setup-repo/action.yaml index 99a864c..7ff009c 100644 --- a/.github/actions/setup-repo/action.yaml +++ b/.github/actions/setup-repo/action.yaml @@ -15,6 +15,5 @@ runs: with: node-version: ${{ inputs.node-version }} cache: pnpm - registry-url: 'https://registry.npmjs.org' - run: pnpm i --frozen-lockfile shell: bash