Skip to content

Commit d36e0b2

Browse files
committed
Clear pnpm-version in GitHub workflows
Set pnpm-version to an empty string in .github/workflows/cd.yaml and .github/workflows/ci.yaml (removed hardcoded "10") so the workflows no longer force a specific pnpm version and can rely on defaults or upstream configuration.
1 parent 445ead5 commit d36e0b2

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
contents: write
1515
with:
1616
node-version: "24"
17-
pnpm-version: "10"
17+
pnpm-version: ""
1818
app-id: app-YXyaD
1919
ui-path: "."

.github/workflows/ci.yaml

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

0 commit comments

Comments
 (0)