Skip to content

Commit

Permalink
Update nodejs to 16.17.0 and npm to 8.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
derTobsch committed Aug 30, 2022
1 parent 144bf2c commit a4c0242
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.16.0
16.17.0
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,8 @@
<artifactId>frontend-maven-plugin</artifactId>
<version>1.12.1</version>
<configuration>
<nodeVersion>v16.16.0</nodeVersion>
<npmVersion>8.11.0</npmVersion>
<nodeVersion>v16.17.0</nodeVersion>
<npmVersion>8.15.0</npmVersion>
</configuration>
<executions>
<!-- Install node/npm binary to run npm/node scripts-->
Expand Down

0 comments on commit a4c0242

Please sign in to comment.