From f71639892f62cf8db21655cf4b1849207e428d29 Mon Sep 17 00:00:00 2001 From: Leafd Date: Sun, 5 Oct 2025 02:41:12 -0400 Subject: [PATCH] chore(ci): install pnpm with action-setup --- .github/workflows/release.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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