We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87f3c25 commit 18bdb16Copy full SHA for 18bdb16
build.xml
@@ -10,7 +10,7 @@
10
<property name="app" value="brein-api-library-javascript-browser"/>
11
12
<target name="01-resolve-dependencies">
13
- <exec-npm module="install"/>
+ <exec-npm module="install" nodeVersion="${node}"/>
14
<exec-grunt module="dep"/>
15
</target>
16
0 commit comments