diff --git a/.github/workflows/plan-release.yml b/.github/workflows/plan-release.yml index 37895027..b3e84889 100644 --- a/.github/workflows/plan-release.yml +++ b/.github/workflows/plan-release.yml @@ -56,7 +56,7 @@ jobs: - uses: pnpm/action-setup@v3 with: - version: 8 + version: 9 - run: pnpm install --frozen-lockfile - name: "Generate Explanation and Prep Changelogs" diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2b7acc15..80484a70 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -52,7 +52,7 @@ jobs: - uses: pnpm/action-setup@v3 with: - version: 8 + version: 9 - run: pnpm install --frozen-lockfile - name: npm publish run: pnpm release-plan publish