Skip to content

Commit

Permalink
Merge pull request #1060 from eirslett/feature/it-modernize-npx-test
Browse files Browse the repository at this point in the history
IT: modernize npx/cowsay test
  • Loading branch information
eirslett committed Oct 9, 2022
2 parents 997b12e + 7f11ca0 commit 14d52ee
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions frontend-maven-plugin/src/it/npx-integration/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions frontend-maven-plugin/src/it/npx-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,18 @@
<goal>install-node-and-npm</goal>
</goals>
<configuration>
<nodeVersion>v12.16.1</nodeVersion>
<npmVersion>6.13.4</npmVersion>
<nodeVersion>v16.17.1</nodeVersion>
<npmVersion>8.15.0</npmVersion>
</configuration>
</execution>

<execution>
<id>npx test</id>
<id>npx cowsay</id>
<goals>
<goal>npx</goal>
</goals>
<configuration>
<arguments>cowsay hello</arguments>
<arguments>-y cowsay@1.5.0 hello</arguments>
</configuration>
</execution>

Expand Down

0 comments on commit 14d52ee

Please sign in to comment.