]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
workflow: add registry-url
authorEvan You <evan@vuejs.org>
Tue, 6 Aug 2024 13:29:15 +0000 (21:29 +0800)
committerEvan You <evan@vuejs.org>
Tue, 6 Aug 2024 13:29:15 +0000 (21:29 +0800)
.github/workflows/release.yml

index 47f60da812676bf960dd2a411104b3d01996fbd4..caf86b43e669cc6724f82aecb44fad5a27e57d66 100644 (file)
@@ -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