ci: remove npm cache path dependency
Some checks failed
2026 World Cup Quant Platform - Production Deployment / Code Quality, Security Gate & Testing (push) Failing after 2m33s
2026 World Cup Quant Platform - Production Deployment / Deploy to Production VM via Gitea CD (push) Has been skipped

This commit is contained in:
QuantBot
2026-06-18 11:41:26 +08:00
parent 7c9ec76cd8
commit bfbbb30b47

View File

@@ -72,8 +72,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '22'
cache: npm
cache-dependency-path: platform/web/package-lock.json
- name: Install Frontend Dependencies
run: |