mirror of
https://github.com/xtr-dev/payload-mailing.git
synced 2025-12-10 08:13:23 +00:00
Remove explicit pnpm version to use packageManager from package.json
### 🐛 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 <noreply@anthropic.com>
This commit is contained in:
4
.github/workflows/version-and-publish.yml
vendored
4
.github/workflows/version-and-publish.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user