Skip to content
This repository was archived by the owner on Jan 14, 2026. It is now read-only.

chore: remove pnpm version from action-setup to resolve conflict#18

Merged
drichar merged 1 commit intomainfrom
chore/pnpm-action-setup-version-conflict
Nov 4, 2025
Merged

chore: remove pnpm version from action-setup to resolve conflict#18
drichar merged 1 commit intomainfrom
chore/pnpm-action-setup-version-conflict

Conversation

@drichar
Copy link
Contributor

@drichar drichar commented Nov 4, 2025

Summary

Fixes the release workflow failure caused by pnpm/action-setup@v4 not allowing both version in the workflow config and packageManager in package.json to be specified simultaneously.

Changes

  • Removed version: 10 from the pnpm/action-setup step in .github/workflows/release.yml
  • The action will now automatically use the pnpm version specified in package.json (pnpm@10.20.0)

Context

The release workflow has been failing since #13 upgraded pnpm/action-setup from v3 to v4. Version 4 is stricter and throws an error when both version sources are specified, whereas v3 tolerated this configuration.

The `pnpm/action-setup@v4` action does not allow specifying both a
version in the workflow config and in package.json `packageManager` field.
Remove the workflow version specification to use the `packageManager`
field from package.json (pnpm@10.20.0).
@drichar drichar merged commit bb266cd into main Nov 4, 2025
1 check passed
@drichar drichar deleted the chore/pnpm-action-setup-version-conflict branch November 4, 2025 14:37
@github-actions
Copy link
Contributor

github-actions bot commented Nov 4, 2025

🎉 This PR is included in version 1.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant