Explorar o código

workflow: add registry-url

Evan You hai 1 ano
pai
achega
c82afc0471
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      .github/workflows/release.yml

+ 1 - 0
.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