Skip to content

Commit

Permalink
build: node install
Browse files Browse the repository at this point in the history
  • Loading branch information
AshishBarvaliya committed Nov 23, 2023
1 parent 693d8b9 commit c2533ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ec2-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
ssh-keyscan -H "$HOST" >> ~/.ssh/known_hosts
ssh -o StrictHostKeyChecking=no $USERNAME@$HOST << EOF
sudo apt install nodejs
node -v
cat ~/.bashrc
cd ~/frappe-bench/apps/erpnext
git pull
node -v
Expand Down

0 comments on commit c2533ce

Please sign in to comment.