From 930b9434c6f78c370c7fc3cd19a6de8277946852 Mon Sep 17 00:00:00 2001 From: Ichitux Date: Mon, 13 Jul 2026 18:33:45 +0000 Subject: [PATCH] Actualizar .gitea/workflows/test-branches.yaml --- .gitea/workflows/test-branches.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitea/workflows/test-branches.yaml b/.gitea/workflows/test-branches.yaml index 42c8838..3076f30 100644 --- a/.gitea/workflows/test-branches.yaml +++ b/.gitea/workflows/test-branches.yaml @@ -42,7 +42,6 @@ jobs: uses: actions/setup-node@v4 with: node-version: '24' - cache: 'npm' - name: Install Dependencies run: npm ci @@ -63,7 +62,6 @@ jobs: uses: actions/setup-node@v4 with: node-version: '24' - cache: 'npm' - name: Install Dependencies run: npm ci @@ -84,7 +82,6 @@ jobs: uses: actions/setup-node@v4 with: node-version: '24' - cache: 'npm' - name: Install Dependencies run: npm ci