Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(.github/actions/pnpm-setup-node): remove version field in with …
…of pnpm/action-setup (#1363) # Overview <!-- A clear and concise description of what this pr is about. --> removed the version specified in the with field of pnpm/action-setup. [when the pnpm version is already defined in the packageManager field of package.json, pnpm/action-setup can automatically recognize and use it](https://github.com/pnpm/action-setup/tree/v4/?tab=readme-ov-file#version). duplicating the version setting adds unnecessary complexity and increases maintenance overhead without added benefit. by relying on the version specified in packageManager, this change simplifies the configuration and ensures consistency. ## PR Checklist - [x] I did below actions if need 1. I read the [Contributing Guide](https://github.com/toss/suspensive/blob/main/CONTRIBUTING.md) 2. I added documents and tests.
- Loading branch information