Skip to content

Commit

Permalink
build: upgrade Node.js version to latest LTS
Browse files Browse the repository at this point in the history
 * upgrade Node.js from Gallium LTS to Iron LTS
 * upgrade yarn lockfile
  • Loading branch information
NiccoMlt committed Oct 30, 2023
1 parent e33acbf commit 237f1c8
Show file tree
Hide file tree
Showing 4 changed files with 2,242 additions and 2,105 deletions.
1 change: 1 addition & 0 deletions carapace-ui/.nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v20.9.0
4 changes: 2 additions & 2 deletions carapace-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<endorsed.dir>${project.build.directory}/endorsed</endorsed.dir>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<libs.yarn>v1.22.18</libs.yarn>
<libs.node>v16.14.2</libs.node>
<libs.yarn>v1.22.19</libs.yarn>
<libs.node>v20.9.0</libs.node>
<libs.frontend.plugin>1.7.6</libs.frontend.plugin>
<carapace.ui.dir>src/main/webapp</carapace.ui.dir>
</properties>
Expand Down
Loading

0 comments on commit 237f1c8

Please sign in to comment.