From 519e6fe8e48c88115f473dde294362e7aa36d85e Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sat, 31 Jan 2026 20:37:03 +0000 Subject: [PATCH] fix: use npm install instead of npm ci (no lockfile) --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 5482a1e..a330f44 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: node-version: '20' - name: Install dependencies - run: npm ci + run: npm install - name: Run lint run: npm run lint