From c8ab9b4ff3aa2fa909f94b8f569328472753d98c Mon Sep 17 00:00:00 2001 From: Matthias Unterrainer Date: Sat, 17 Jan 2026 16:40:00 +0100 Subject: [PATCH] updated build.yml --- .gitea/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 75c0686..02039c1 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -15,9 +15,7 @@ jobs: uses: actions/setup-node@v6 with: node-version: '>=20.0.0' - - - name: Install dependencies - run: npm ci + cache: 'npm' - name: Install tree-sitter CLI run: npm install -g tree-sitter-cli