jayeshchoudhary opened a new issue, #12756:
URL: https://github.com/apache/pinot/issues/12756

   We are using a very old version of node in the build 
   
   ```xml
   <execution>
     <id>install node and npm</id>
     <goals>
       <goal>install-node-and-npm</goal>
     </goals>
     <configuration>
       <nodeVersion>v10.16.1</nodeVersion>
       <npmVersion>6.10.0</npmVersion>
     </configuration>
   </execution>
   <execution>
   ```
   
   in the UI we are using node v14.18.1 (npm v6.14.15)
   
   we should update all these instances with the new node version
   <img width="525" alt="image" 
src="https://github.com/apache/pinot/assets/41536903/5d8bec98-a547-4df9-b2a4-ac831047bd97";>
   
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to