diff --git a/.github/workflows/plan-release.yml b/.github/workflows/plan-release.yml index bae0cda..466f9e6 100644 --- a/.github/workflows/plan-release.yml +++ b/.github/workflows/plan-release.yml @@ -53,12 +53,12 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18 - + - uses: pnpm/action-setup@v2 with: version: 8 - run: pnpm install --frozen-lockfile - + - name: "Generate Explanation and Prep Changelogs" id: explanation run: |