diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 973838e..3f7636f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,6 +17,7 @@ jobs: with: node-version-file: '.nvmrc' cache: "pnpm" + registry-url: 'https://registry.npmjs.org' - name: Install dependencies run: pnpm install --frozen-lockfile - name: Lint