Skip to content

Commit

Permalink
⬆️ Upgrade node and npm version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonastahl committed Sep 21, 2023
1 parent f20936f commit 1bb362d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

<properties>
<working.dir>app</working.dir>
<node.version>v17.8.0</node.version>
<npm.version>8.6.0</npm.version>
<node.version>v18.17.1</node.version>
<npm.version>9.6.4</npm.version>
<production.build.dir>${working.dir}/dist</production.build.dir>
</properties>

Expand Down

0 comments on commit 1bb362d

Please sign in to comment.