diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-10-27 13:41:26 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-10-27 13:46:19 +0200 |
| commit | db4a1b8d3079d07b7db649c6047e0780aa510ecd (patch) | |
| tree | 82221516a8cad3d12536024f287b43d49f0b4bb9 /gradle/libs.versions.toml | |
| parent | 2c2e559ca761a18605d047c7dd4236de5d5f4ce9 (diff) | |
build(web/ui): Update to Node 18
This change updates the build process to use Node 18 for building the
web application.
Diffstat (limited to 'gradle/libs.versions.toml')
| -rw-r--r-- | gradle/libs.versions.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 824001c3..033e8cfb 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -18,6 +18,7 @@ log4j = "2.19.0" microprofile-openapi = "3.0" microprofile-config = "3.0.1" mockk = "1.13.2" +node = "18.12.0" parquet = "1.12.3" progressbar = "0.9.3" quarkus = "2.13.1.Final" |
