Skip to content

Commit e847f66

Browse files
committed
Clear pnpm-version in CI workflow
Update .github/workflows/ci.yaml to set pnpm-version to an empty string instead of `10`. This prevents the reusable plugin from forcing pnpm v10 and allows the setup action to use its default/system pnpm or to resolve the version dynamically.
1 parent dab5809 commit e847f66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: halo-sigs/reusable-workflows/plugin-setup-env@v4
1818
with:
1919
node-version: 24
20-
pnpm-version: 10
20+
pnpm-version: ''
2121
java-version: 21
2222
- name: Install dependencies
2323
run: pnpm install

0 commit comments

Comments
 (0)