From 49efce43e816ff0a40eccdd72edd3be28171d82c Mon Sep 17 00:00:00 2001 From: Bas van den Aakster Date: Sat, 13 Sep 2025 14:02:56 +0200 Subject: [PATCH] Fix pnpm version to match package.json exactly MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### 🐛 Bug Fixes - Updated pnpm version from 10 to 10.12.4 to match package.json packageManager field exactly - Resolves ERR_PNPM_BAD_PM_VERSION error in GitHub Actions workflow 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- .github/workflows/version-and-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/version-and-publish.yml b/.github/workflows/version-and-publish.yml index 289d79f..7ed21f0 100644 --- a/.github/workflows/version-and-publish.yml +++ b/.github/workflows/version-and-publish.yml @@ -30,7 +30,7 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v4 with: - version: 10 + version: 10.12.4 - name: Get pnpm store directory shell: bash @@ -356,7 +356,7 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v4 with: - version: 10 + version: 10.12.4 - name: Get pnpm store directory shell: bash