diff --git a/README.md b/README.md
index 81822c2..9bcb725 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ It shall NOT be edited by hand.
This is an open-source online implementation of the great board game Terraforming mars. It is not affiliated with FryxGames, Asmodee Digital or Steam in any way.
-**Shipped version:** 2024.06.07~ynh1
+**Shipped version:** 2024.06.11~ynh1
**Demo:**
diff --git a/README_es.md b/README_es.md
index 9ba5ae4..49bdb54 100644
--- a/README_es.md
+++ b/README_es.md
@@ -19,7 +19,7 @@ No se debe editar a mano.
This is an open-source online implementation of the great board game Terraforming mars. It is not affiliated with FryxGames, Asmodee Digital or Steam in any way.
-**Versión actual:** 2024.06.07~ynh1
+**Versión actual:** 2024.06.11~ynh1
**Demo:**
diff --git a/README_eu.md b/README_eu.md
index 00af058..6ea9678 100644
--- a/README_eu.md
+++ b/README_eu.md
@@ -19,7 +19,7 @@ EZ editatu eskuz.
This is an open-source online implementation of the great board game Terraforming mars. It is not affiliated with FryxGames, Asmodee Digital or Steam in any way.
-**Paketatutako bertsioa:** 2024.06.07~ynh1
+**Paketatutako bertsioa:** 2024.06.11~ynh1
**Demoa:**
diff --git a/README_fr.md b/README_fr.md
index 9a7f96c..be0f74d 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main.
Cette application est une implémentation en ligne et open source de l’excellent jeu de plateau Terraforming mars. Elle n’est affiliée à FryxGames, Asmodee Digital ou Steam en aucun cas.
-**Version incluse :** 2024.06.07~ynh1
+**Version incluse :** 2024.06.11~ynh1
**Démo :**
diff --git a/README_gl.md b/README_gl.md
index 38f457a..af6b079 100644
--- a/README_gl.md
+++ b/README_gl.md
@@ -19,7 +19,7 @@ NON debe editarse manualmente.
This is an open-source online implementation of the great board game Terraforming mars. It is not affiliated with FryxGames, Asmodee Digital or Steam in any way.
-**Versión proporcionada:** 2024.06.07~ynh1
+**Versión proporcionada:** 2024.06.11~ynh1
**Demo:**
diff --git a/README_zh_Hans.md b/README_zh_Hans.md
index a1ec893..db16b91 100644
--- a/README_zh_Hans.md
+++ b/README_zh_Hans.md
@@ -19,7 +19,7 @@
This is an open-source online implementation of the great board game Terraforming mars. It is not affiliated with FryxGames, Asmodee Digital or Steam in any way.
-**分发版本:** 2024.06.07~ynh1
+**分发版本:** 2024.06.11~ynh1
**演示:**
diff --git a/manifest.toml b/manifest.toml
index 4027c18..ec96d94 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -7,7 +7,7 @@ name = "Terraforming Mars "
description.en = "Open-source online implementation of the great board game Terraforming mars."
description.fr = "Implementation en ligne à code source ouvert de l’excellent jeu de plateau Terraforming Mars"
-version = "2024.06.07~ynh1"
+version = "2024.06.11~ynh1"
maintainers = ["Thovi98"]
@@ -45,8 +45,8 @@ ram.runtime = "50M"
[resources.sources]
[resources.sources.main]
- url = "https://github.com/terraforming-mars/terraforming-mars/archive/cb0934184263d5bf013a62d2cb1bd49975df662e.tar.gz"
- sha256 = "0cf4167abcd9ce8ce1ec942cbd4f94d4e072d59ae96537dbb3e0bc59113166fc"
+ url = "https://github.com/terraforming-mars/terraforming-mars/archive/24d7b33bff0cbd69a34f34cd172ed75332f3e1a3.tar.gz"
+ sha256 = "e20538b083a515184faab20bd5d033c6c2dcc31401a22ec85c21111fabbbd249"
in_subdir = true
autoupdate.strategy = "latest_github_commit"
diff --git a/scripts/_common.sh b/scripts/_common.sh
index 5fc0a5a..f4c3d97 100644
--- a/scripts/_common.sh
+++ b/scripts/_common.sh
@@ -5,7 +5,7 @@
#=================================================
# nodejs version
-nodejs_version=16.13.2
+nodejs_version="20"
#=================================================
# PERSONAL HELPERS
diff --git a/scripts/install b/scripts/install
index c2110e3..6ebb1ed 100755
--- a/scripts/install
+++ b/scripts/install
@@ -16,9 +16,6 @@ ynh_script_progression --message="Installing dependencies..." --weight=5
ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version
-# Upgrade NPM
-ynh_npm install --global npm@8.1.2
-
#=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE
#=================================================
diff --git a/scripts/restore b/scripts/restore
index 9c5f77c..42dc603 100755
--- a/scripts/restore
+++ b/scripts/restore
@@ -17,8 +17,6 @@ ynh_script_progression --message="Reinstalling dependencies..." --weight=10
ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version
-ynh_npm install --global npm@8.1.2
-
#=================================================
# RESTORE THE APP MAIN DIR
#=================================================
@@ -69,4 +67,4 @@ ynh_systemd_action --service_name=nginx --action=reload
# END OF SCRIPT
#=================================================
-ynh_script_progression --message="Restoration completed for $app" --last
\ No newline at end of file
+ynh_script_progression --message="Restoration completed for $app" --last
diff --git a/scripts/upgrade b/scripts/upgrade
index ccb8e94..2bb8770 100755
--- a/scripts/upgrade
+++ b/scripts/upgrade
@@ -18,9 +18,6 @@ ynh_script_progression --message="Installing dependencies..." --weight=5
ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version
-# Upgrade NPM
-ynh_npm install --global npm@8.1.2
-
#=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE
#=================================================
@@ -110,4 +107,4 @@ ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$ap
# END OF SCRIPT
#=================================================
-ynh_script_progression --message="Upgrade of $app completed" --last
\ No newline at end of file
+ynh_script_progression --message="Upgrade of $app completed" --last