Skip to content

Commit bd91c14

Browse files
committed
Remove caching on GHA
1 parent 8fbbf07 commit bd91c14

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
@@ -33,8 +33,6 @@ jobs:
3333
- uses: actions/setup-node@v4
3434
with:
3535
node-version: "22.x"
36-
cache: "pnpm"
37-
cache-dependency-path: "frontend/pnpm-lock.yaml"
3836
- run: make lint-frontend
3937
shell: bash
4038
# Avoid running linters on Windows (False positives for CRLF sequence)
@@ -66,8 +64,6 @@ jobs:
6664
- uses: actions/setup-node@v4
6765
with:
6866
node-version: "22.x"
69-
cache: "pnpm"
70-
cache-dependency-path: "frontend/pnpm-lock.yaml"
7167
- run: make test-frontend
7268
shell: bash
7369
test-backend:
@@ -98,8 +94,6 @@ jobs:
9894
- uses: actions/setup-node@v4
9995
with:
10096
node-version: "22.x"
101-
cache: "pnpm"
102-
cache-dependency-path: "frontend/pnpm-lock.yaml"
10397
- run: make build-frontend
10498
shell: bash
10599

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@ jobs:
100100
- uses: actions/setup-node@v4
101101
with:
102102
node-version: "22.x"
103-
cache: "pnpm"
104-
cache-dependency-path: "frontend/pnpm-lock.yaml"
105103

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

0 commit comments

Comments
 (0)