Skip to content

Commit 884e0e6

Browse files
committed
fix: 显式通过 package_json_file: frontend/package.json
1 parent bbe7172 commit 884e0e6

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/content-check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
run: corepack enable
2727

2828
- uses: pnpm/action-setup@v4
29+
with:
30+
package_json_file: frontend/package.json
2931

3032
- uses: actions/setup-node@v4
3133
with:

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
run: corepack enable
3333

3434
- uses: pnpm/action-setup@v4
35+
with:
36+
package_json_file: frontend/package.json
3537

3638
- uses: actions/setup-node@v4
3739
with:

.github/workflows/sync-uuid.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
run: corepack enable
4141

4242
- uses: pnpm/action-setup@v4
43+
with:
44+
package_json_file: frontend/package.json
4345

4446
- uses: actions/setup-node@v4
4547
with:

0 commit comments

Comments
 (0)