From 640eb0fc9674ad1e9688c6fc47585b7c6d0077f7 Mon Sep 17 00:00:00 2001 From: evilpeach Date: Fri, 12 Jun 2026 10:43:27 +0700 Subject: [PATCH] fix(ci): remove pnpm version input conflicting with packageManager --- .github/workflows/release-and-publish.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release-and-publish.yml b/.github/workflows/release-and-publish.yml index 2b34c2c..4dbf9af 100644 --- a/.github/workflows/release-and-publish.yml +++ b/.github/workflows/release-and-publish.yml @@ -41,8 +41,6 @@ jobs: registry-url: "https://registry.npmjs.org" - uses: pnpm/action-setup@v4 - with: - version: latest - run: pnpm install --frozen-lockfile - run: pnpm build