Fix Cloudflare workflow: remove npm cache dependency

This commit is contained in:
2026-01-18 05:11:22 +03:00
parent a194c87b7c
commit 1576088821
+1 -3
View File
@@ -23,12 +23,10 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
cache-dependency-path: web/package-lock.json
- name: Install dependencies
working-directory: web
run: npm ci
run: npm install
- name: Build
working-directory: web