From 027626eb2c057aaba3a7fe7cf63ab41a689afbf5 Mon Sep 17 00:00:00 2001 From: set Date: Fri, 20 Mar 2026 20:13:32 +0200 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B8=D0=BA=D1=81=20CI/CD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 2fca012..86b0f14 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -1,4 +1,5 @@ name: Build G365SFU +run-name: Build and Deploy G365SFU on: push: branches: [ main ] @@ -8,13 +9,6 @@ jobs: build: runs-on: ubuntu-latest steps: - - name: Install Node.js - run: | - if command -v apt-get &> /dev/null; then - sudo apt-get update && sudo apt-get install -y nodejs npm - elif command -v brew &> /dev/null; then - brew install node - fi - name: Checkout code uses: actions/checkout@v6 - name: Set up Go