We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cec6e72 commit 56cc32eCopy full SHA for 56cc32e
1 file changed
.github/workflows/ci.yml
@@ -59,6 +59,8 @@ jobs:
59
with:
60
version: 10
61
cache: true
62
+ cache_dependency_path: frontend/pnpm-lock.yaml
63
+ package_json_file: frontend/package.json
64
65
- name: Setup Node.js for OpenAPI lint tooling
66
uses: actions/setup-node@v6
@@ -88,6 +90,8 @@ jobs:
88
90
89
91
92
93
94
95
96
- name: Setup Node.js
97
@@ -191,6 +195,8 @@ jobs:
191
195
192
196
193
197
198
199
194
200
201
- name: Setup Node.js for Docker build
202
0 commit comments