Skip to content

Commit

Permalink
update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed May 15, 2024
1 parent 36a25cc commit a43ed4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/archetype-resources/frontend/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.11.1
v20.13.1
2 changes: 1 addition & 1 deletion src/main/resources/archetype-resources/frontend/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
#set( $nodeJsVersion = "20.11.1" )
#set( $nodeJsVersion = "20.13.1" )

<parent>
<groupId>${groupId}</groupId>
Expand Down

0 comments on commit a43ed4a

Please sign in to comment.