commit
Some checks failed
Deploy to Private Server / build (push) Successful in 27s
Deploy to Private Server / deploy (push) Failing after 3s

This commit is contained in:
2025-12-24 15:41:24 +07:00
parent 203328fb91
commit 42fa7b3141

View File

@@ -28,7 +28,13 @@ jobs:
runs-on: homesrv runs-on: homesrv
needs: build needs: build
steps: steps:
- name: Check node version
run: |
which node
node -v
npm -v
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Download build artifacts - name: Download build artifacts