From aeef15df7ed2a5a347505bd79570d8c6248808d0 Mon Sep 17 00:00:00 2001 From: lapineige Date: Tue, 13 Feb 2024 13:29:23 +0000 Subject: [PATCH] bump node and ruby versions https://github.com/YunoHost-Apps/glitchsoc_ynh/pull/220#issuecomment-1941487909 --- scripts/_common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 8a6641d..f39b044 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -9,9 +9,9 @@ pkg_dependencies="imagemagick ffmpeg libpq-dev libxml2-dev libxslt1-dev file git MEMORY_NEEDED="2560" -RUBY_VERSION="3.2.2" +RUBY_VERSION="3.2.3" -NODEJS_VERSION="16" +NODEJS_VERSION="20" # Workaround for Mastodon on Bullseye # See https://github.com/mastodon/mastodon/issues/15751#issuecomment-873594463