pinot
pinot copied to clipboard
update node version in `install-node-and-npm` build goal
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