From 2928b4d83ed3f81421706286374f510530555f40 Mon Sep 17 00:00:00 2001 From: Tagada <36127788+Tagadda@users.noreply.github.com> Date: Tue, 17 May 2022 22:56:55 +0200 Subject: [PATCH] Upgrade node version --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index ed70fab..896cb0e 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -11,7 +11,7 @@ MEMORY_NEEDED="2560" RUBY_VERSION="3.0.3" -NODEJS_VERSION="12" +NODEJS_VERSION="14" # Workaround for Mastodon on Bullseye # See https://github.com/mastodon/mastodon/issues/15751#issuecomment-873594463