Skip to content

Commit 31d57f6

Browse files
committed
fix(ci): make npm version implicit
1 parent 277d93b commit 31d57f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050

5151
<exist.version>4.6.1</exist.version>
5252
<node.version>v11.6.0</node.version>
53+
<npm.version>6.5.0</npm.version>
5354

5455
<package-name>http://exist-db.org/apps/doc</package-name>
5556
</properties>
@@ -170,6 +171,7 @@
170171
</executions>
171172
<configuration>
172173
<nodeVersion>${node.version}</nodeVersion>
174+
<npmVersion>${npm.version}</npmVersion>
173175
</configuration>
174176
</plugin>
175177
<plugin>

0 commit comments

Comments
 (0)