Skip to content

Commit d351080

Browse files
fix: remove empty-string PM from CI matrix
pm: "" (auto-detect) fails because we strip packageManager from package.json in the test job, leaving nothing to detect. pnpm and yarn variants cover the needed PM testing.
1 parent 439645b commit d351080

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
@@ -43,7 +43,7 @@ jobs:
4343
os: [ubuntu-latest, macos-latest, windows-latest]
4444
experimental: [false]
4545
runtime: [node, deno, bun]
46-
pm: ["", pnpm, yarn]
46+
pm: [pnpm, yarn]
4747

4848
steps:
4949
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)