From 2b244fda8f55ccc6f0e92640fbaf590fc1bd3668 Mon Sep 17 00:00:00 2001 From: Matthias Unterrainer Date: Sat, 17 Jan 2026 16:40:20 +0100 Subject: [PATCH] update --- .gitea/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 02039c1..ba26696 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -15,7 +15,6 @@ jobs: uses: actions/setup-node@v6 with: node-version: '>=20.0.0' - cache: 'npm' - name: Install tree-sitter CLI run: npm install -g tree-sitter-cli