From c2308f41a91aba509ec9f2282bb4b941cf39af21 Mon Sep 17 00:00:00 2001 From: matt Date: Wed, 11 Feb 2026 20:34:21 +0900 Subject: [PATCH] Remove version specification for pnpm in CI and Release workflows to use the latest version by default. --- .github/workflows/ci.yml | 2 -- .github/workflows/release.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 64ac8471..af55ce4b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,8 +20,6 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v4 - with: - version: 10.25.0 - name: Setup Node.js uses: actions/setup-node@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 98a4f38c..107833d5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,8 +16,6 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v4 - with: - version: 10.25.0 - name: Setup Node.js uses: actions/setup-node@v4