diff --git a/network/library/nodejs/actions.py b/network/library/nodejs/actions.py
index bb5952f118..9289667306 100644
--- a/network/library/nodejs/actions.py
+++ b/network/library/nodejs/actions.py
@@ -21,8 +21,9 @@ def setup():
--shared-openssl \
--shared-nghttp2 \
--shared-zlib \
+ --with-intl=system-icu \
")
- # --with-intl=system-icu
+
def build():
autotools.make()
diff --git a/network/library/nodejs/pspec.xml b/network/library/nodejs/pspec.xml
index 0f830c5a81..89b1061be9 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/v20.8.1/node-v20.8.1.tar.xz
+ https://nodejs.org/dist/v21.0.0/node-v21.0.0.tar.xz
icu4c-devel
libuv-devel
@@ -48,6 +48,13 @@
+
+ 2023-10-19
+ 21.0.0
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2023-10-14
20.8.1