From 0c168ef5437b6a91b7c924e26a68f1145fc393e9 Mon Sep 17 00:00:00 2001 From: Railtrack Pro Dev Date: Fri, 20 Mar 2026 11:19:14 +0000 Subject: [PATCH] ci: remove caching step from Gitea actions workflow --- .gitea/workflows/test.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index ea25a4f..022e669 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -25,7 +25,6 @@ jobs: uses: actions/setup-node@v4 with: node-version: '20' - cache: 'npm' - name: Install Dependencies run: npm ci @@ -71,7 +70,6 @@ jobs: uses: actions/setup-node@v4 with: node-version: '20' - cache: 'npm' - name: Install Dependencies run: npm ci @@ -97,7 +95,6 @@ jobs: uses: actions/setup-node@v4 with: node-version: '20' - cache: 'npm' - name: Install Dependencies run: npm ci