From ab157246df88941fc31f3b5f2b3c815cc38875a5 Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Fri, 15 Sep 2023 15:25:16 +1000 Subject: [PATCH] Install the current node version in setup --- bin/setup | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/setup b/bin/setup index 6336211b4a..52411f7240 100755 --- a/bin/setup +++ b/bin/setup @@ -21,6 +21,7 @@ FileUtils.chdir APP_ROOT do system("bundle check 2> /dev/null") || system!(BUNDLE_ENV, "bundle install") # Install JavaScript dependencies + system("script/nodenv-install.sh") system("bin/yarn") # puts "\n== Copying sample files =="