diff --git a/network/library/nodejs/actions.py b/network/library/nodejs/actions.py
index 24dbe20b95..bb5952f118 100644
--- a/network/library/nodejs/actions.py
+++ b/network/library/nodejs/actions.py
@@ -21,12 +21,12 @@ def setup():
--shared-openssl \
--shared-nghttp2 \
--shared-zlib \
- --with-intl=system-icu")
-
+ ")
+ # --with-intl=system-icu
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
- pisitools.dodoc("AUTHORS", "README*")
+ pisitools.dodoc("LICENSE", "README*")
diff --git a/network/library/nodejs/pspec.xml b/network/library/nodejs/pspec.xml
index 3f52f9e1eb..8289fa94ff 100644
--- a/network/library/nodejs/pspec.xml
+++ b/network/library/nodejs/pspec.xml
@@ -13,7 +13,7 @@
app:console
Evented I/O for V8 javascript
Node.js is an open-source, cross-platform, JavaScript runtime environment. It executes JavaScript code outside of a browser.
- https://nodejs.org/dist/v16.11.1/node-v16.11.1.tar.xz
+ https://nodejs.org/dist/v20.4.0/node-v20.4.0.tar.xz
icu4c-devel
libuv-devel
@@ -48,6 +48,13 @@
+
+ 2023-07-06
+ 20.4.0
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2021-10-23
16.11.1