🏗️ update CICD to use node-22 for Code Cuality Checks
All checks were successful
Build and Deploy Next.js Blog to Production / 🔍 Code Quality Checks (push) Successful in 40s
Build and Deploy Next.js Blog to Production / 🏗️ Build and Push Docker Image (push) Successful in 28s
Build and Deploy Next.js Blog to Production / 🚀 Deploy to Production (push) Successful in 50s

This commit is contained in:
RJ
2025-11-21 11:01:48 +02:00
parent 2580858ee8
commit 41b32b13f2

View File

@@ -40,7 +40,7 @@ jobs:
# ============================================
lint:
name: 🔍 Code Quality Checks
runs-on: ubuntu-latest
runs-on: node-22
# env:
# ACTIONS_RUNTIME_URL: http://192.168.1.53:3000 # Setează la nivel de job
@@ -50,11 +50,11 @@ jobs:
# with:
# github-server-url: ${{ env.ACTIONS_RUNTIME_URL }}
- name: 📦 Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "22"
cache: "npm"
# - name: 📦 Setup Node.js
# uses: actions/setup-node@v4
# with:
# node-version: "22"
# cache: "npm"
- name: 📥 Install dependencies
run: npm ci