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