Skip to content

Commit 46ec679

Browse files
committed
Use fixed npm dependency versions
1 parent 72a80b5 commit 46ec679

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
<goal>npm</goal>
168168
</goals>
169169
<configuration>
170-
<arguments>install @antora/cli</arguments>
170+
<arguments>install @antora/cli@3.1.10 --ignore-scripts</arguments>
171171
</configuration>
172172
</execution>
173173
<execution>
@@ -177,7 +177,7 @@
177177
<goal>npm</goal>
178178
</goals>
179179
<configuration>
180-
<arguments>install antora-site-generator-lunr</arguments>
180+
<arguments>ci antora-site-generator-lunr@0.6.1 --ignore-scripts</arguments>
181181
</configuration>
182182
</execution>
183183
</executions>

0 commit comments

Comments
 (0)