Skip to content

Commit 3a4572f

Browse files
fix: remove explicit pnpm from CI matrix to avoid version conflict
siguici/setup-js passes version:latest to pnpm/action-setup, which conflicts with packageManager field in package.json. The "" (auto-detect) matrix entry already covers pnpm via the packageManager field.
1 parent f1459f6 commit 3a4572f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
os: [ubuntu-latest, macos-latest, windows-latest]
2222
experimental: [false]
2323
runtime: [node, deno, bun]
24-
pm: ["", pnpm, yarn]
24+
pm: ["", yarn]
2525

2626
steps:
2727
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)