diff --git a/.github/workflows/build_cli.yml b/.github/workflows/build_cli.yml index ebc062e84..909f87839 100644 --- a/.github/workflows/build_cli.yml +++ b/.github/workflows/build_cli.yml @@ -19,6 +19,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: 18.18.2 + registry-url: 'https://registry.npmjs.org' - name: Setup pnpm uses: pnpm/action-setup@v3 @@ -47,4 +48,4 @@ jobs: env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} NPM_CONFIG_PROVENANCE: true - working-directory: ./apps/cli \ No newline at end of file + working-directory: ./apps/cli