From df935dd18ab056cd20894075eaa30d97e2f6d7f7 Mon Sep 17 00:00:00 2001 From: Chris Manson Date: Thu, 16 May 2024 10:17:29 +0100 Subject: [PATCH] fix pnpm version for release-plan --- .github/workflows/plan-release.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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