From f29e3fcac74fa7f43c46cbc214328031e0ff5175 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Sat, 25 Jul 2026 20:09:50 +0200 Subject: [PATCH] Remove cache --- .gitea/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 6ac5e5f..523f9e1 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -23,7 +23,6 @@ jobs: uses: actions/setup-node@v4 with: node-version: 16 - cache: 'npm' - name: Install Dependencies run: npm ci