Skip to content

Commit

Permalink
chore(node): load new node version
Browse files Browse the repository at this point in the history
  • Loading branch information
kodemon authored Jul 5, 2023
1 parent 07c0c99 commit 273dcb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
host: ${{ secrets.EC2_SSH_HOST }}
username: ${{ secrets.EC2_SSH_USER }}
script: |
PATH=$PATH:/home/ubuntu/.nvm/versions/node/v18.16.0/bin
PATH=$PATH:/home/ubuntu/.nvm/versions/node/v18.16.1/bin
cd ~/sado-api
npm i
npm run build
Expand Down

0 comments on commit 273dcb0

Please sign in to comment.