From 40b2d9c3f07f656ef1656751f1ea3be03f7693ec Mon Sep 17 00:00:00 2001 From: RoyceDa Date: Sun, 22 Mar 2026 19:59:15 +0200 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=BB=D1=83=D1=87=D1=88=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20CI/CD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/service-packs.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/service-packs.yaml b/.gitea/workflows/service-packs.yaml index 5061cbb..b790855 100644 --- a/.gitea/workflows/service-packs.yaml +++ b/.gitea/workflows/service-packs.yaml @@ -13,13 +13,12 @@ jobs: build: runs-on: ubuntu-latest steps: - - name: Checkout code - uses: actions/checkout@v6 - - name: Install Node.js uses: actions/setup-node@v6 with: - node-version: '22' + node-version: '22' + - name: Checkout code + uses: actions/checkout@v6 # Кэш npm (тарифы грузятся из ~/.npm-cache на macOS) - name: Cache npm cache uses: actions/cache@v5