Skip to content

Commit 93035e5

Browse files
committed
fix: remove pnpm version override — reads from packageManager in package.json
pnpm/action-setup@v4 auto-detects version from the packageManager field in package.json (pnpm@9.15.0). Specifying version: 9 in the action caused ERR_PNPM_BAD_PM_VERSION conflict.
1 parent c5cba46 commit 93035e5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ jobs:
1212
- uses: actions/checkout@v4
1313

1414
- uses: pnpm/action-setup@v4
15-
with:
16-
version: 9
1715

1816
- uses: actions/setup-node@v4
1917
with:

0 commit comments

Comments
 (0)