diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3aa397e..22ecf0c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -94,15 +94,15 @@ jobs: key: '${{ runner.os }}-rust-target-${{ hashFiles(''**/Cargo.lock'') }}' restore-keys: | ${{ runner.os }}-rust-target- + - name: Install pnpm + uses: pnpm/action-setup@v4 + with: + version: 9 - name: Use Node.js uses: actions/setup-node@v5 with: node-version: 20 - - name: Install pnpm via corepack - shell: bash - run: | - corepack enable - corepack prepare --activate + cache: pnpm - name: Get pnpm store directory id: pnpm-cache shell: bash