From 919fe78e9e3edcca86105a336d5da6cecb9ff9ce Mon Sep 17 00:00:00 2001 From: Innei Date: Mon, 27 May 2024 13:13:51 +0800 Subject: [PATCH] chore: remove pnpm version Signed-off-by: Innei --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 135745cf..46aab510 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v3.0.0 with: - version: 9.x + version: run_install: false - name: Get pnpm store directory diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 88f0309c..dc79da1f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v3.0.0 with: - version: 9.x + version: run_install: false - name: Get pnpm store directory