Skip to content

Commit 1a37ff7

Browse files
committed
chore(cicd): correctly specify package path
1 parent 59c81b6 commit 1a37ff7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,12 @@ jobs:
2828
uses: actions/checkout@v5
2929
- name: Install pnpm
3030
uses: pnpm/action-setup@v4
31+
with:
32+
package_json_file: "WebUI/package.json"
3133
- name: Setup Node.js
3234
uses: actions/setup-node@v6
3335
with:
34-
node-version-file: "package.json"
36+
node-version-file: "WebUI/package.json"
3537
cache: "pnpm"
3638
- name: Install dependencies
3739
working-directory: "./WebUI"

0 commit comments

Comments
 (0)