From 57be4631f2394d5499bf693b72d3cddb9b4962bb Mon Sep 17 00:00:00 2001 From: RoyceDa Date: Sun, 22 Mar 2026 20:08:19 +0200 Subject: [PATCH] =?UTF-8?q?CI/CD=20=D0=B1=D0=B5=D0=B7=20=D0=BA=D1=8D=D1=88?= =?UTF-8?q?=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/service-packs.yaml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.gitea/workflows/service-packs.yaml b/.gitea/workflows/service-packs.yaml index b790855..66a218e 100644 --- a/.gitea/workflows/service-packs.yaml +++ b/.gitea/workflows/service-packs.yaml @@ -19,26 +19,6 @@ jobs: node-version: '22' - name: Checkout code uses: actions/checkout@v6 - # Кэш npm (тарифы грузятся из ~/.npm-cache на macOS) - - name: Cache npm cache - uses: actions/cache@v5 - with: - path: ${{ env.HOME }}/.npm-cache - key: ${{ runner.os }}-npm-${{ hashFiles('**/package.json') }} - restore-keys: | - ${{ runner.os }}-npm- - if-no-files-found: ignore - # Кэш для electron-builder (Linux) - - name: Cache electron-builder (Linux) - uses: actions/cache@v5 - with: - path: | - ${{ env.HOME }}/.cache/electron-builder - ${{ env.HOME }}/.cache/electron - key: ${{ runner.os }}-electron-builder-${{ hashFiles('**/electron-builder.yml') }} - restore-keys: | - ${{ runner.os }}-electron-builder- - if-no-files-found: ignore - name: NPM offline setup shell: bash