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
|
apt-get update && apt-get install -y openssh-client
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
- name: Install Node
|
||||||
|
run: apk add --no-cache nodejs npm
|
||||||
|
|
||||||
- name: Pull latest source from main
|
- name: Pull latest source from main
|
||||||
run: |
|
run: |
|
||||||
git fetch origin
|
git fetch origin
|
||||||
|
|||||||
Reference in New Issue
Block a user