Skip to content

Commit

Permalink
chore(ci): fix nvm
Browse files Browse the repository at this point in the history
  • Loading branch information
paulleflon committed Sep 19, 2024
1 parent b3502fa commit 6c853e0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ jobs:
port: ${{ secrets.SERVER_PORT }}
username: ${{ secrets.SERVER_USER }}
password: ${{ secrets.SERVER_PASSWORD }}
script: cd ${{ secrets.SERVER_PROJECT_PATH }} && pwd && whoami && ls && npm run update
script: | export NVM_DIR=~/.nvm
source ~/.nvm/nvm.sh
cd ${{ secrets.SERVER_PROJECT_PATH }}
yarn update

0 comments on commit 6c853e0

Please sign in to comment.