Skip to content

Commit cf92f79

Browse files
LIlGGCopilot
andcommitted
ci: stabilize pnpm workflow setup
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 5ead721 commit cf92f79

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/cd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
skip-node-setup: true
1717
app-id: app-oPNFQ
18-
ui-path: "packages/live2d"
19-
pnpm-version: "10"
18+
ui-path: "."
19+
pnpm-version: "10.33.4"
2020
node-version: "24"
2121
java-version: "21"

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
ci:
1313
uses: halo-sigs/reusable-workflows/.github/workflows/plugin-ci.yaml@v4
1414
with:
15-
ui-path: "packages/live2d"
16-
pnpm-version: "10"
15+
ui-path: "."
16+
pnpm-version: "10.33.4"
1717
node-version: "24"
1818
java-version: "21"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
"@biomejs/biome": "^1.9.3",
1818
"typescript": "^5.7.2"
1919
},
20-
"packageManager": "pnpm@10.33.4+sha512.1c67b3b359b2d408119ba1ed289f34b8fc3c6873412bec6fd264fbdc82489e510fcbecb9ce9d22dae7f3b76269d8441046014bdca53b9979cd7a561ad631b800"
20+
"packageManager": "pnpm@10.33.4"
2121
}

0 commit comments

Comments
 (0)