From 5f584a6bc3ba129eb5a7e558aba282e0228c729d Mon Sep 17 00:00:00 2001 From: nullishamy Date: Sat, 15 Nov 2025 02:12:05 +0000 Subject: [PATCH] ci: yaml moment --- .github/workflows/build.yml | 42 ++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 388526c3..b7240148 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,26 +6,26 @@ on: jobs: build: runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Set Node.js 18.x - uses: actions/setup-node@v3 - with: - node-version: 18.x + steps: + - name: Checkout + uses: actions/checkout@v4 - - name: Get JS deps - uses: borales/actions-yarn@v4 - with: - cmd: install - - - name: Get Composer deps - uses: php-actions/composer@v6 - with: - command: install + - name: Set Node.js 18.x + uses: actions/setup-node@v3 + with: + node-version: 18.x + + - name: Get JS deps + uses: borales/actions-yarn@v4 + with: + cmd: install + + - name: Get Composer deps + uses: php-actions/composer@v6 + with: + command: install - - name: Upload artifacts - uses: actions/upload-pages-artifact@v3 - with: - path: '.' + - name: Upload artifacts + uses: actions/upload-pages-artifact@v3 + with: + path: '.'