From 41b32b13f21311473afeb04f5771ad31159b1ebb Mon Sep 17 00:00:00 2001 From: RJ Date: Fri, 21 Nov 2025 11:01:48 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=97=EF=B8=8F=20update=20CICD=20to=20us?= =?UTF-8?q?e=20node-22=20for=20Code=20Cuality=20Checks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/main.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index 6e6cba3..2fdb474 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -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