Node version updated

This commit is contained in:
Guzel738 2021-01-19 16:22:25 +03:00
parent 9f138838ad
commit b0f5b3d596
3 changed files with 5 additions and 2 deletions

View file

@ -1 +1 @@
v12.13.1
v14

View file

@ -98,5 +98,8 @@
"react-scripts": "4.0.1",
"typescript": "~4.1.2"
},
"engines" : {
"node" : ">=14"
},
"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>v12.13.1</node.version>
<node.version>v14</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>