From 171ed60194d334f7b37b84e3be701d60e7cb3d57 Mon Sep 17 00:00:00 2001 From: RoyceDa Date: Tue, 17 Feb 2026 21:08:07 +0200 Subject: [PATCH] ci/cd --- .gitea/workflows/build.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index ba3317f..917d08b 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -15,8 +15,9 @@ jobs: uses: actions/setup-node@v4 with: node-version: '22' + cache: 'npm' - name: Install npm dependencies - run: npm ci --cache .npm --prefer-offline + run: npm install - name: Build the application run: npm run kernel:win - name: Upload build to SFTP