Skip to content

Commit f6c5ba1

Browse files
committed
Remove unsupported caching for pnpm in GHA
1 parent 0690266 commit f6c5ba1

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/pre-release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ jobs:
3434
with:
3535
package_json_file: "frontend/package.json"
3636
dest: ${{ runner.temp }}/setup-pnpm-${{ github.job }}-${{ github.run_id }}
37-
cache: "pnpm"
38-
cache-dependency-path: "frontend/pnpm-lock.yaml"
3937
- run: make lint-frontend
4038
shell: bash
4139
# Avoid running linters on Windows (False positives for CRLF sequence)
@@ -68,8 +66,6 @@ jobs:
6866
with:
6967
package_json_file: "frontend/package.json"
7068
dest: ${{ runner.temp }}/setup-pnpm-${{ github.job }}-${{ github.run_id }}
71-
cache: "pnpm"
72-
cache-dependency-path: "frontend/pnpm-lock.yaml"
7369
- run: make test-frontend
7470
shell: bash
7571
test-backend:
@@ -101,8 +97,6 @@ jobs:
10197
with:
10298
package_json_file: "frontend/package.json"
10399
dest: ${{ runner.temp }}/setup-pnpm-${{ github.job }}-${{ github.run_id }}
104-
cache: "pnpm"
105-
cache-dependency-path: "frontend/pnpm-lock.yaml"
106100
- run: make build-frontend
107101
shell: bash
108102

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,6 @@ jobs:
101101
with:
102102
package_json_file: "frontend/package.json"
103103
dest: ${{ runner.temp }}/setup-pnpm-${{ github.job }}-${{ github.run_id }}
104-
cache: "pnpm"
105-
cache-dependency-path: "frontend/pnpm-lock.yaml"
106104

107105
# IMPORTANT: frontend should be built first, since it is required when creating the binary
108106
- name: Build Frontend

0 commit comments

Comments
 (0)