mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Bump node to 10.15.1 (#27918)
* Bump node to 10.15.0 * newline * -1 newline * bump max header size to 64kb * fix quotes * s * space * Bump node to 10.15.1 * fix flag arg
This commit is contained in:
parent
d89a8e08b4
commit
a28627993a
5 changed files with 5 additions and 5 deletions
|
@ -1 +1 @@
|
|||
10.14.1
|
||||
10.15.1
|
||||
|
|
2
.nvmrc
2
.nvmrc
|
@ -1 +1 @@
|
|||
10.14.1
|
||||
10.15.1
|
||||
|
|
|
@ -21,4 +21,4 @@ if [ ! -x "$NODE" ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
NODE_ENV=production exec "${NODE}" $NODE_OPTIONS --no-warnings "${DIR}/src/cli" ${@}
|
||||
NODE_ENV=production exec "${NODE}" --no-warnings --max-http-header-size=65536 $NODE_OPTIONS "${DIR}/src/cli" ${@}
|
||||
|
|
|
@ -23,7 +23,7 @@ If Not Exist "%NODE%" (
|
|||
)
|
||||
)
|
||||
|
||||
"%NODE%" %NODE_OPTIONS% --no-warnings "%DIR%\src\cli" %*
|
||||
"%NODE%" --no-warnings --max-http-header-size=65536 %NODE_OPTIONS% "%DIR%\src\cli" %*
|
||||
|
||||
:finally
|
||||
|
||||
|
|
|
@ -424,7 +424,7 @@
|
|||
"zlib": "^1.0.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": "10.14.1",
|
||||
"node": "10.15.1",
|
||||
"yarn": "^1.10.1"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue