summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml13
1 files changed, 11 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 98c7474..dec8a60 100644
--- a/pom.xml
+++ b/pom.xml
@@ -291,8 +291,8 @@
<configuration>
<workingDirectory>${project.basedir}/public</workingDirectory>
<installDirectory>target</installDirectory>
- <nodeVersion>v8.7.0</nodeVersion>
- <yarnVersion>v1.3.2</yarnVersion>
+ <nodeVersion>v9.11.1</nodeVersion>
+ <yarnVersion>v1.6.0</yarnVersion>
</configuration>
<executions>
<execution>
@@ -303,6 +303,15 @@
<phase>generate-resources</phase>
</execution>
<execution>
+ <id>yarn-install</id>
+ <goals>
+ <goal>yarn</goal>
+ </goals>
+ <configuration>
+ <arguments>global add node-gyp</arguments>
+ </configuration>
+ </execution>
+ <execution>
<id>yarn install</id>
<goals>
<goal>yarn</goal>