Fixed the problem of building the project

This commit is contained in:
Guzel738 2021-01-19 18:45:36 +03:00
parent 2e251faf8d
commit 1f9dfc24d2
3 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
v14
v14.15.4

View file

@ -101,7 +101,7 @@
"typescript": "~4.1.2"
},
"engines" : {
"node" : ">=14"
"node" : ">=14.15.4"
},
"proxy": "http://localhost:8080"
}

View file

@ -20,7 +20,7 @@
<git.revision>latest</git.revision>
<zkclient.version>0.11</zkclient.version>
<kafka-clients.version>2.4.0</kafka-clients.version>
<node.version>v14</node.version>
<node.version>v14.15.4</node.version>
<dockerfile-maven-plugin.version>1.4.10</dockerfile-maven-plugin.version>
<frontend-maven-plugin.version>1.8.0</frontend-maven-plugin.version>
<maven-compiler-plugin.version>3.5.1</maven-compiler-plugin.version>