diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f4b5b8b..7949bff 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,8 +22,10 @@ jobs: node-version: '20' cache: 'pnpm' - - name: Enable pnpm via corepack - run: corepack enable && corepack prepare pnpm@7 --activate + - name: Install pnpm + uses: pnpm/action-setup@v4 + with: + version: '7' - name: Install Dependencies run: pnpm install