From 44680a88fa98d6acbe277c3fcd9b48ca11245a82 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Thu, 5 Feb 2026 19:36:52 +0000 Subject: [PATCH] Move CI workflow to .gitea/workflows --- .gitea/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 56eb718..4ae4ad5 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -13,9 +13,8 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '20' - cache: 'npm' + node-version: '18' - run: npm ci - - run: npm run typecheck - run: npm run lint + - run: npm run typecheck - run: npm test