Skip to content

Commit

Permalink
Upgrade node to 12.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
derTobsch committed Jul 3, 2020
1 parent 9eb1bbe commit eda8127
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
12.16.1
12.18.2
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -359,8 +359,8 @@
<artifactId>frontend-maven-plugin</artifactId>
<version>1.10.0</version>
<configuration>
<nodeVersion>v12.16.1</nodeVersion>
<npmVersion>6.13.4</npmVersion>
<nodeVersion>v12.18.2</nodeVersion>
<npmVersion>6.14.5</npmVersion>
</configuration>
<executions>
<!-- Install node/npm binary to run npm/node scripts-->
Expand Down

0 comments on commit eda8127

Please sign in to comment.