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