From 45845f569c30d6de7bb23e7a6af9210db17daf47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 31 May 2024 06:59:18 +0200 Subject: [PATCH] bump node --- doc/DESCRIPTION.md | 2 +- doc/notes-on-updating-archivebox-ynh.md | 2 +- scripts/_common.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index c7ec872..ca68f57 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -1 +1 @@ -Archiving solution to collect, save, and view sites you want to preserve offline +Archiving solution to collect, save, and view sites you want to preserve offline. diff --git a/doc/notes-on-updating-archivebox-ynh.md b/doc/notes-on-updating-archivebox-ynh.md index b49b8a8..78a9b02 100644 --- a/doc/notes-on-updating-archivebox-ynh.md +++ b/doc/notes-on-updating-archivebox-ynh.md @@ -1,5 +1,5 @@ this is documentation for developers working on archivebox_ynh package (or myself in the future), -for how to keep this package up to date with the upstream archivebox package on github +for how to keep this package up to date with the upstream archivebox package on GitHub as it is updated. ## 1. apt-get dependencies diff --git a/scripts/_common.sh b/scripts/_common.sh index 9195d57..44277c5 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -nodejs_version=18 +nodejs_version=20 #================================================= # PERSONAL HELPERS