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 f601553 commit f74ad63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 update
sudo apt install nodejs
curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash -
sudo apt-get install -y nodejs
node -v
cd ~/frappe-bench/apps/erpnext
git pull
Expand Down

0 comments on commit f74ad63

Please sign in to comment.