pinot icon indicating copy to clipboard operation
pinot copied to clipboard

update node version in `install-node-and-npm` build goal

Open jayeshchoudhary opened this issue 1 year ago • 0 comments

We are using a very old version of node in the build

<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 image

jayeshchoudhary avatar Mar 30 '24 14:03 jayeshchoudhary