feat(deploy): add Node.js and npm installation step to deployment workflow

This commit is contained in:
Sony Surahmn
2026-04-29 16:04:48 +07:00
parent b703b38a25
commit 29e2e19ac2

View File

@ -21,6 +21,9 @@ jobs:
apt-get update && apt-get install -y openssh-client
fi
- name: Install Node
run: apk add --no-cache nodejs npm
- name: Pull latest source from main
run: |
git fetch origin