From d942de4967f85a482c55ee365b1f4b23bbc1b99e Mon Sep 17 00:00:00 2001 From: Michal Date: Sun, 8 Mar 2026 22:18:28 +0000 Subject: [PATCH] ci: fix pnpm version conflict with packageManager field MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove explicit version from pnpm/action-setup — it reads from packageManager in package.json automatically. Co-Authored-By: Claude Opus 4.6 --- .gitea/workflows/ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 5c1326a..d201c44 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -26,8 +26,6 @@ jobs: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4 - with: - version: 9 - uses: actions/setup-node@v4 with: @@ -45,8 +43,6 @@ jobs: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4 - with: - version: 9 - uses: actions/setup-node@v4 with: @@ -67,8 +63,6 @@ jobs: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4 - with: - version: 9 - uses: actions/setup-node@v4 with: @@ -92,8 +86,6 @@ jobs: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4 - with: - version: 9 - uses: actions/setup-node@v4 with: