Remove redundant npm cache setup from CI
All checks were successful
CI / Backend (push) Successful in 18s
CI / Frontend (push) Successful in 10s
CI / Contracts and repository policy (push) Successful in 3s
CI / Container (push) Successful in 7s

This commit is contained in:
Elijah 2026-07-15 19:40:31 -07:00
parent f24e96efa7
commit 9e01df5d64

View file

@ -34,8 +34,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: "24"
cache: npm
cache-dependency-path: web/package-lock.json
- name: Install dependencies
run: npm --prefix web ci
- name: Lint, typecheck, and test