From f7f021704719aff41a16fdbb9af6d4a55cf8a7bd Mon Sep 17 00:00:00 2001 From: atdunbg Date: Wed, 15 Jul 2026 18:17:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20GitHub=20Actions=20?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=20pnpm=20=E8=80=8C=E9=9D=9E=20npm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9d53e53..26db952 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,8 +26,13 @@ jobs: with: node-version: '20' + - name: Setup pnpm + uses: pnpm/action-setup@v2 + with: + version: 8 + - name: Setup Rust - uses: dtolnay/rust-toolchain@stable + uses: dtolnay/rust-toolchain@stable - name: Install Linux dependencies if: matrix.os == 'ubuntu-latest' @@ -45,8 +50,8 @@ jobs: libayatana-appindicator3-dev \ librsvg2-dev - - name: Install npm dependencies - run: npm install + - name: Install dependencies + run: pnpm install --frozen-lockfile - name: Extract release notes for version id: release_notes