Node version updated
This commit is contained in:
parent
4d8ef5e61f
commit
2e251faf8d
3 changed files with 5 additions and 2 deletions
|
@ -1 +1 @@
|
|||
v12.13.1
|
||||
v14
|
||||
|
|
|
@ -100,5 +100,8 @@
|
|||
"react-scripts": "4.0.1",
|
||||
"typescript": "~4.1.2"
|
||||
},
|
||||
"engines" : {
|
||||
"node" : ">=14"
|
||||
},
|
||||
"proxy": "http://localhost:8080"
|
||||
}
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue