Skip to content

Commit 445ead5

Browse files
committed
Remove pnpm-version from CI workflow
Remove the pinned pnpm-version ("10") from .github/workflows/ci.yaml. The reusable plugin-ci workflow still runs with node-version 24 and ui-path "."; dropping pnpm-version avoids redundant pinning and allows the reusable workflow or environment to determine the pnpm version.
1 parent 403bf29 commit 445ead5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@ jobs:
1313
uses: halo-sigs/reusable-workflows/.github/workflows/plugin-ci.yaml@v4
1414
with:
1515
node-version: "24"
16-
pnpm-version: "10"
1716
ui-path: "."

0 commit comments

Comments
 (0)