From 48600e80e8af02d2d9b0ec551037882efd8500e7 Mon Sep 17 00:00:00 2001 From: Philip Reinken Date: Fri, 15 Dec 2023 13:01:10 +0000 Subject: [PATCH] Set fallback version to 20 --- scripts/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/entrypoint.sh b/scripts/entrypoint.sh index f091f612..ef96457c 100755 --- a/scripts/entrypoint.sh +++ b/scripts/entrypoint.sh @@ -2,6 +2,6 @@ set -euo pipefail source /root/.bashrc -nvm use "${NODE_VERSION:-18}" > /dev/null +nvm use "${NODE_VERSION:-20}" > /dev/null exec "$@"