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