This is an automated email from the ASF dual-hosted git repository.
jkevan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi.git
The following commit(s) were added to refs/heads/master by this push:
new a33598f5c UNOMI-799: upgrade node version used for building JS to
latest 16 (#646)
a33598f5c is described below
commit a33598f5c6500c22f9bbd0b21b617a0dcd233dbe
Author: kevan Jahanshahi <[email protected]>
AuthorDate: Tue Aug 29 21:21:56 2023 +0200
UNOMI-799: upgrade node version used for building JS to latest 16 (#646)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 92b68ab70..7adf3895d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,7 +100,7 @@
<httpclient-osgi.version>4.5.5</httpclient-osgi.version>
<httpcore-osgi.version>4.4.9</httpcore-osgi.version>
- <node.version>v14.20.0</node.version>
+ <node.version>v16.20.2</node.version>
<yarn.version>v1.22.19</yarn.version>
<release.arguments>-Papache-release,integration-tests</release.arguments>