Skip to content

Commit

Permalink
upgrade to NodeJS v20
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Wilke committed Nov 24, 2023
1 parent 70f0c46 commit 79d9f69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18
v20
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"engine-strict": true,
"engines": {
"node": "18"
"node": "20"
},
"devDependencies": {
"@types/crypto-js": "^4.2.1",
Expand Down
2 changes: 1 addition & 1 deletion frontend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
<configuration>
<nodeVersion>v18.18.2</nodeVersion>
<nodeVersion>v20.10.0</nodeVersion>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 79d9f69

Please sign in to comment.