From f92195ca83333ddea09be2cca2077f43034152a0 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Tue, 17 Jul 2018 17:44:21 +0200 Subject: [PATCH] Update to Node 8.x --- Running-Mastodon/Production-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Running-Mastodon/Production-guide.md b/Running-Mastodon/Production-guide.md index 24f03e20..8bc1b1d4 100644 --- a/Running-Mastodon/Production-guide.md +++ b/Running-Mastodon/Production-guide.md @@ -56,7 +56,7 @@ We run this script to add the repository: ```sh apt -y install curl -curl -sL https://deb.nodesource.com/setup_6.x | bash - +curl -sL https://deb.nodesource.com/setup_8.x | bash - ``` The [node.js](https://nodejs.org/en/) repository is now added.