Skip to content

Commit 898650f

Browse files
fix: remove packageManager field, restore pnpm to CI matrix
packageManager field conflicted with siguici/setup-js passing version:latest to pnpm/action-setup. Removing it lets the CI matrix test all three PM variants (auto-detect, pnpm, yarn).
1 parent 3a4572f commit 898650f

2 files changed

Lines changed: 2 additions & 3 deletions

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: ["", yarn]
24+
pm: ["", pnpm, yarn]
2525

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

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,5 @@
5353
},
5454
"engines": {
5555
"node": ">=24.0.0"
56-
},
57-
"packageManager": "pnpm@10.25.0"
56+
}
5857
}

0 commit comments

Comments
 (0)