Skip to content

Commit 13faf80

Browse files
committed
Fix pnpm setup conflict with packageManager pin
1 parent 56cc32e commit 13faf80

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ jobs:
6060
version: 10
6161
cache: true
6262
cache_dependency_path: frontend/pnpm-lock.yaml
63-
package_json_file: frontend/package.json
6463

6564
- name: Setup Node.js for OpenAPI lint tooling
6665
uses: actions/setup-node@v6
@@ -91,7 +90,6 @@ jobs:
9190
version: 10
9291
cache: true
9392
cache_dependency_path: frontend/pnpm-lock.yaml
94-
package_json_file: frontend/package.json
9593

9694
- name: Setup Node.js
9795
uses: actions/setup-node@v6
@@ -196,7 +194,6 @@ jobs:
196194
version: 10
197195
cache: true
198196
cache_dependency_path: frontend/pnpm-lock.yaml
199-
package_json_file: frontend/package.json
200197

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

0 commit comments

Comments
 (0)