Skip to content

Commit

Permalink
Upgrade Node.js version to latest LTS (#446)
Browse files Browse the repository at this point in the history
* build: upgrade Node.js version to latest LTS

 * upgrade Node.js from Gallium LTS to Iron LTS
 * upgrade yarn lockfile

* build: fix and upgrade lockfile
  • Loading branch information
NiccoMlt authored Feb 22, 2024
1 parent 834e95c commit fe1cfdf
Show file tree
Hide file tree
Showing 3 changed files with 1,661 additions and 1,444 deletions.
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.11.1</libs.node>
<libs.frontend.plugin>1.7.6</libs.frontend.plugin>
<carapace.ui.dir>src/main/webapp</carapace.ui.dir>
</properties>
Expand Down
1 change: 1 addition & 0 deletions carapace-ui/src/main/webapp/.nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v20.11.1
Loading

0 comments on commit fe1cfdf

Please sign in to comment.