Skip to content

Commit 6b9886c

Browse files
committed
fix(ci): remove npm cache to fix frontend test setup
- Cache config was causing setup failure - Backend tests already passing - Frontend tests should now run without cache
1 parent 584c808 commit 6b9886c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ jobs:
4242
uses: actions/setup-node@v4
4343
with:
4444
node-version: '18'
45-
cache: 'npm'
46-
cache-dependency-path: './frontend/package-lock.json'
4745

4846
- name: Install dependencies
4947
run: npm ci

0 commit comments

Comments
 (0)