You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2021/11/22 04:31:41 UTC

[iotdb] branch master updated: Bump nodeVersion in site deploy to v16.9.1 to support build website on ARM mac (#4442)

This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 98be7dd  Bump nodeVersion in site deploy to v16.9.1 to support build website on ARM mac (#4442)
98be7dd is described below

commit 98be7dd2263153fa9beb7e95fe2eec0531690e9b
Author: Haonan <hh...@outlook.com>
AuthorDate: Mon Nov 22 12:31:11 2021 +0800

    Bump nodeVersion in site deploy to v16.9.1 to support build website on ARM mac (#4442)
---
 site/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site/pom.xml b/site/pom.xml
index c0b8e27..14f7482 100644
--- a/site/pom.xml
+++ b/site/pom.xml
@@ -313,7 +313,7 @@
                                 </goals>
                                 <phase>compile</phase>
                                 <configuration>
-                                    <nodeVersion>v12.16.2</nodeVersion>
+                                    <nodeVersion>v16.9.1</nodeVersion>
                                     <npmVersion>6.14.4</npmVersion>
                                 </configuration>
                             </execution>