diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index 6b20d7e..bc99dba 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -49,7 +49,7 @@ jobs: - name: 📦 Setup Node.js uses: actions/setup-node@v4 with: - node-version: "20" + node-version: "22" cache: "npm" - name: 📥 Install dependencies @@ -60,6 +60,7 @@ jobs: - name: 💅 Check code formatting (Prettier) run: npm run format:check + continue-on-error: true - name: 🔤 TypeScript type checking run: npx tsc --noEmit