Skip to content

Commit

Permalink
🤖 TEST: #77
Browse files Browse the repository at this point in the history
  • Loading branch information
apolopena committed Mar 27, 2021
1 parent 17f2ba6 commit f6bd3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash/init-gitpod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ gp await-port 3306 &&
stop_spinner $?

# BEGIN: Update npm if needed
target_npm_ver='7.7.5'
target_npm_ver='6.14.10'
current_npm_ver=$(npm -v)
update_npm=$(bash bash/utils.sh comp_ver_lt $current_npm_ver $target_npm_ver)
if [ $update_npm == 1 ]; then
Expand Down

0 comments on commit f6bd3e8

Please sign in to comment.