[neon/neon-packaging/nvm/Neon/unstable] debian: install nodejs 20.0.2 for qt6-webengine

Carlos De Maine null at kde.org
Thu May 21 06:05:30 BST 2026


Git commit 6e9a4e59eaf278861a5bd727486fe48567dbca0f by Carlos De Maine.
Committed on 21/05/2026 at 05:05.
Pushed by carlosdem into branch 'Neon/unstable'.

install nodejs 20.0.2 for qt6-webengine

M  +1    -1    debian/changelog
M  +3    -3    debian/postinst

https://invent.kde.org/neon/neon-packaging/nvm/-/commit/6e9a4e59eaf278861a5bd727486fe48567dbca0f

diff --git a/debian/changelog b/debian/changelog
index f47bcc6..ee54be0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-nvm (0.39.5-0neon) jammy; urgency=medium
+nvm (0.39.5-0neon) noble; urgency=medium
 
   * Initial release.
 
diff --git a/debian/postinst b/debian/postinst
index 2a29a72..6328544 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -6,6 +6,6 @@
 #source /etc/bash.bashrc
 source /etc/profile.d/nvm-profile.sh
 
-# install nodejs 18.5.0 and make system wide default
-nvm install 18.5.0
-nvm alias default 18.5.0
+# install nodejs 20.0.2 and make system wide default
+nvm install 20.0.2
+nvm alias default 20.0.2


More information about the Neon-commits mailing list