From 4a464072371833ee4ea24701be4f52dcf2cb6d8d Mon Sep 17 00:00:00 2001 From: Bas van den Aakster Date: Sat, 13 Sep 2025 14:03:50 +0200 Subject: [PATCH] Remove explicit pnpm version to use packageManager from package.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### 🐛 Bug Fixes - Removed explicit pnpm version specification in GitHub Actions - Let pnpm/action-setup@v4 automatically use version from package.json packageManager field - Resolves version conflict between workflow config and package.json 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- .github/workflows/version-and-publish.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/version-and-publish.yml b/.github/workflows/version-and-publish.yml index 7ed21f0..3c3d2ec 100644 --- a/.github/workflows/version-and-publish.yml +++ b/.github/workflows/version-and-publish.yml @@ -29,8 +29,6 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v4 - with: - version: 10.12.4 - name: Get pnpm store directory shell: bash @@ -355,8 +353,6 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v4 - with: - version: 10.12.4 - name: Get pnpm store directory shell: bash