Skip to content

Commit a92e3fb

Browse files
Update deploy.sh
1 parent 3443280 commit a92e3fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/scripts/deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ wget -qO- https://cdn.rawgit.com/creationix/nvm/master/install.sh | bash
99
export NVM_DIR="$HOME/.nvm"
1010
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
1111
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"
12-
nvm install 16
12+
nvm install 18
1313

1414
source ~/.bashrc
1515

@@ -28,4 +28,4 @@ ln -s public public_html
2828
php artisan migrate
2929

3030

31-
echo "Deploy finalizado!"
31+
echo "Deploy finalizado!"

0 commit comments

Comments
 (0)