feat(deploy): add Node.js and npm installation step to deployment workflow
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user