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

This commit is contained in:
2025-12-24 16:01:58 +07:00
parent 4d5ad43ddd
commit 6f5f321ae5

View File

@@ -31,6 +31,12 @@ jobs:
runs-on: homesrv runs-on: homesrv
needs: build needs: build
steps: steps:
- name: Check node version
run: |
export NVM_DIR="/usr/bin/node"
. ~/.profile
node -v
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Download build artifacts - name: Download build artifacts