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 2ffa01d commit 35a2bf9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ec2-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
ssh-keyscan -H "$HOST" >> ~/.ssh/known_hosts
ssh -o StrictHostKeyChecking=no $USERNAME@$HOST << EOF
sudo source ~/.profile
sudo nvm install 18
sudo ln -s /usr/local/bin/node /usr/bin/node
sudo node -v
cd ~/frappe-bench/apps/erpnext
git pull
Expand Down

0 comments on commit 35a2bf9

Please sign in to comment.