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