Skip to content

Commit

Permalink
bump node to 20.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bseber committed Nov 19, 2023
1 parent b7bdf03 commit adbfc6e
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 @@
20.5.0
20.9.0
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@
<artifactId>frontend-maven-plugin</artifactId>
<version>1.14.2</version>
<configuration>
<nodeVersion>v20.5.0</nodeVersion>
<npmVersion>9.8.0</npmVersion>
<nodeVersion>v20.9.0</nodeVersion>
<npmVersion>10.1.0</npmVersion>
<environmentVariables>
<NODE_ENV>${node.env}</NODE_ENV>
</environmentVariables>
Expand Down

0 comments on commit adbfc6e

Please sign in to comment.