🧪 if prettier has warnings/errors continue
Some checks failed
Build and Deploy Next.js Blog to Production / 🏗️ Build and Push Docker Image (push) Has been cancelled
Build and Deploy Next.js Blog to Production / 🚀 Deploy to Production (push) Has been cancelled
Build and Deploy Next.js Blog to Production / 🔍 Code Quality Checks (push) Has been cancelled

This commit is contained in:
RJ
2025-11-19 16:49:11 +02:00
parent e45a6d6768
commit 4182bb1a38

View File

@@ -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