Skip to content

Commit 56cc32e

Browse files
committed
Fix pnpm action cache paths for frontend lockfile
1 parent cec6e72 commit 56cc32e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ jobs:
5959
with:
6060
version: 10
6161
cache: true
62+
cache_dependency_path: frontend/pnpm-lock.yaml
63+
package_json_file: frontend/package.json
6264

6365
- name: Setup Node.js for OpenAPI lint tooling
6466
uses: actions/setup-node@v6
@@ -88,6 +90,8 @@ jobs:
8890
with:
8991
version: 10
9092
cache: true
93+
cache_dependency_path: frontend/pnpm-lock.yaml
94+
package_json_file: frontend/package.json
9195

9296
- name: Setup Node.js
9397
uses: actions/setup-node@v6
@@ -191,6 +195,8 @@ jobs:
191195
with:
192196
version: 10
193197
cache: true
198+
cache_dependency_path: frontend/pnpm-lock.yaml
199+
package_json_file: frontend/package.json
194200

195201
- name: Setup Node.js for Docker build
196202
uses: actions/setup-node@v6

0 commit comments

Comments
 (0)