Skip to content

Commit

Permalink
Merge pull request #1057 from eirslett/feature/bump-deps-custom-worki…
Browse files Browse the repository at this point in the history
…ng-directory

IT: custom-working-directory: bump deps etc.
  • Loading branch information
eirslett committed Oct 9, 2022
2 parents 449757b + 53d6111 commit fcebd0b
Show file tree
Hide file tree
Showing 4 changed files with 1,418 additions and 5 deletions.
8 changes: 4 additions & 4 deletions frontend-maven-plugin/src/it/custom-working-directory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,19 @@
<goal>install-node-and-npm</goal>
</goals>
<configuration>
<nodeVersion>v8.11.1</nodeVersion>
<npmVersion>5.6.0</npmVersion>
<nodeVersion>v16.17.1</nodeVersion>
<npmVersion>8.15.0</npmVersion>
</configuration>
</execution>

<execution>
<id>npm install</id>
<id>npm ci</id>
<goals>
<goal>npm</goal>
</goals>
<!-- Optional configuration which provides for running any npm command -->
<configuration>
<arguments>install</arguments>
<arguments>ci</arguments>
</configuration>
</execution>

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
Loading

0 comments on commit fcebd0b

Please sign in to comment.