Skip to content

Commit 2e9247b

Browse files
committed
chore: update workflows config
1 parent dbb0e7b commit 2e9247b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/cd.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,7 @@ jobs:
1414
permissions:
1515
contents: write
1616
with:
17+
pnpm-version: "9"
1718
app-id: app-kqZUw
1819
skip-node-setup: false
20+
ui-path: "ui"

.github/workflows/ci.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ jobs:
1212
ci:
1313
uses: halo-sigs/reusable-workflows/.github/workflows/plugin-ci.yaml@v1
1414
with:
15+
pnpm-version: "9"
1516
skip-node-setup: false
1617
ui-path: "ui"

0 commit comments

Comments
 (0)