From 0728afc75b5d779827fec852391a2e36d5d002b1 Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Wed, 24 Jul 2024 16:55:38 +0200 Subject: [PATCH] use only for admin another nodejs version and switch back to default (16) after. --- deployment/bare_metal/start.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/deployment/bare_metal/start.sh b/deployment/bare_metal/start.sh index ef65ffcda..a131c14ac 100755 --- a/deployment/bare_metal/start.sh +++ b/deployment/bare_metal/start.sh @@ -219,6 +219,7 @@ nvm install npm i -g yarn yarn install yarn build +nvm use default # TODO maybe handle this differently? export NODE_ENV=production