From 54d765fc15e5d436fe2ccb7bfcf99bceeb023d67 Mon Sep 17 00:00:00 2001 From: Oleksandr Vayda Date: Mon, 8 Jul 2024 12:53:23 +0200 Subject: [PATCH] (no issue) add ".nvmrc" --- ui/.nvmrc | 1 + ui/pom.xml | 51 ++++++++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 49 insertions(+), 3 deletions(-) create mode 100644 ui/.nvmrc diff --git a/ui/.nvmrc b/ui/.nvmrc new file mode 100644 index 00000000..4be2b935 --- /dev/null +++ b/ui/.nvmrc @@ -0,0 +1 @@ +v16.9.1 diff --git a/ui/pom.xml b/ui/pom.xml index 5e58b345..bc120e60 100644 --- a/ui/pom.xml +++ b/ui/pom.xml @@ -36,6 +36,52 @@ + + + org.codehaus.mojo + exec-maven-plugin + 3.3.0 + + + generate-node-version-property + initialize + + exec + + + sh + + -c + ${project.build.directory}/nvm.properties + ]]> + + + + + + + org.codehaus.mojo + properties-maven-plugin + 1.2.1 + + + initialize + + read-project-properties + + + + ${project.build.directory}/nvm.properties + + + + + + + + maven-clean-plugin 3.1.0 @@ -74,10 +120,9 @@ com.github.eirslett frontend-maven-plugin - 1.10.3 + 1.15.0 - v16.9.1 - 7.6.0 + ${node.version} ${buildNumber} ${timestamp}