diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7bb5951..27a498f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,6 +20,11 @@ jobs: with: node-version: 20.x + - name: Setup pnpm + uses: pnpm/action-setup@v3 + with: + version: 8.15.6 + - name: Install Dependencies run: pnpm install diff --git a/packages/node/package.json b/packages/node/package.json index 1810b18..b919426 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -49,5 +49,8 @@ "dayjs": "^1.11.13", "node-rsa": "^1.1.1", "stripe": "^16.8.0" + }, + "publishConfig": { + "access": "public" } } \ No newline at end of file