diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0f174bc4..3b39f054 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Install pnpm - uses: NullVoxPopuli/action-setup-pnpm@v2 + uses: wyvox/action-setup-pnpm@v3 with: node-version: 16 node-registry-url: "https://registry.npmjs.org"