mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
chore: Update node, npm version to avoid proxy error
This commit is contained in:
parent
e08580983f
commit
4c26211fae
1 changed files with 2 additions and 2 deletions
|
|
@ -99,8 +99,8 @@
|
|||
<goal>install-node-and-npm</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<nodeVersion>v4.4.7</nodeVersion>
|
||||
<npmVersion>2.15.0</npmVersion>
|
||||
<nodeVersion>v6.9.1</nodeVersion>
|
||||
<npmVersion>3.10.8</npmVersion>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue