From: Evan You Date: Tue, 6 Aug 2024 13:29:15 +0000 (+0800) Subject: workflow: add registry-url X-Git-Tag: v3.4.36~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c82afc0471cfff8bc2f472e5e358e062f52a8454;p=thirdparty%2Fvuejs%2Fcore.git workflow: add registry-url --- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 47f60da812..caf86b43e6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,6 +51,7 @@ jobs: uses: actions/setup-node@v4 with: node-version-file: '.node-version' + registry-url: 'https://registry.npmjs.org' cache: 'pnpm' - name: Install deps