Skip to content

Commit cf774a1

Browse files
committed
chore: update project infrastructure
Signed-off-by: Ryan Wang <[email protected]>
1 parent 2036fd8 commit cf774a1

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/cd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ on:
77

88
jobs:
99
cd:
10-
uses: halo-sigs/reusable-workflows/.github/workflows/plugin-cd.yaml@v2
10+
uses: halo-sigs/reusable-workflows/.github/workflows/plugin-cd.yaml@v3
1111
secrets:
1212
halo-pat: ${{ secrets.HALO_PAT }}
1313
permissions:
1414
contents: write
1515
with:
1616
node-version: "20"
17-
pnpm-version: "9"
17+
pnpm-version: "10"
1818
app-id: app-SUvBR
1919
ui-path: "ui"

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010

1111
jobs:
1212
ci:
13-
uses: halo-sigs/reusable-workflows/.github/workflows/plugin-ci.yaml@v1
13+
uses: halo-sigs/reusable-workflows/.github/workflows/plugin-ci.yaml@v3
1414
with:
1515
ui-path: "ui"
16+
pnpm-version: "10"
17+
node-version: "20"

0 commit comments

Comments
 (0)