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