From a473f5bd4d87c749a80bd3b6869d10cfaed2e6c7 Mon Sep 17 00:00:00 2001 From: Jun Chang <52chinaweb@gmail.com> Date: Tue, 8 Apr 2025 11:44:18 +0800 Subject: [PATCH] chore(action): remove pnpm version specification in release workflow --- .github/workflows/ release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ release.yml b/.github/workflows/ release.yml index 4976841..5a79458 100644 --- a/.github/workflows/ release.yml +++ b/.github/workflows/ release.yml @@ -18,7 +18,6 @@ jobs: - uses: pnpm/action-setup@v4 name: Install pnpm with: - version: 10 run_install: false - name: Install Node.js