Skip to content

Commit

Permalink
Node 20 for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Crimento committed Apr 8, 2024
1 parent f50e500 commit 6f356f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
ssh -o StrictHostKeyChecking=no ${{ secrets.HOST_USERNAME }}@${{ secrets.HOST_IP }} "
cd /home/website/crmn.to
git fetch && git reset --hard origin/master
nvm install 20
nvm use 20
npm install
npm run build
pm2 delete crmn.to
Expand Down

0 comments on commit 6f356f4

Please sign in to comment.