Skip to content

Commit ad8e3d1

Browse files
committed
ci: add pnpm setup package_json_file path
1 parent 341f9f1 commit ad8e3d1

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/docker-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
uses: actions/checkout@v4
1919

2020
- uses: pnpm/action-setup@v4
21+
with:
22+
package_json_file: web/package.json
2123

2224
- name: Setup Go
2325
uses: actions/setup-go@v5

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
out-file-path: './build/'
2626

2727
- uses: pnpm/action-setup@v4
28+
with:
29+
package_json_file: web/package.json
2830

2931
- uses: actions/setup-go@v5
3032
with:

0 commit comments

Comments
 (0)