aboutsummaryrefslogtreecommitdiff
path: root/scripts/restore
diff options
context:
space:
mode:
authoryalh76 <yalh@yahoo.com>2020-02-10 21:01:52 +0100
committeryalh76 <yalh@yahoo.com>2020-02-10 21:01:52 +0100
commita858ca8e3a09d5407db6ae1539844d63594f6ee3 (patch)
treedb39ba1dea14f057c088935d01d4837dda3a416a /scripts/restore
parent64b80717ddbc8a4d205118257eb4a9beb04c1e3e (diff)
downloadmastodon_ynh-a858ca8e3a09d5407db6ae1539844d63594f6ee3.tar.gz
mastodon_ynh-a858ca8e3a09d5407db6ae1539844d63594f6ee3.tar.bz2
mastodon_ynh-a858ca8e3a09d5407db6ae1539844d63594f6ee3.zip
Upgrade nodejs version
Diffstat (limited to 'scripts/restore')
-rw-r--r--scripts/restore2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/restore b/scripts/restore
index de19461..1985b26 100644
--- a/scripts/restore
+++ b/scripts/restore
@@ -103,7 +103,7 @@ ynh_add_swap --size=$swap_needed
#=================================================
ynh_script_progression --message="Reinstalling dependencies..." --weight=63
-ynh_install_nodejs --nodejs_version="8"
+ynh_install_nodejs --nodejs_version="10"
ynh_install_app_dependencies $pkg_dependencies
ynh_install_extra_app_dependencies --repo="deb https://dl.yarnpkg.com/debian/ stable main" --package="yarn" --key="https://dl.yarnpkg.com/debian/pubkey.gpg"