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:
Jonathan Budzenski 2019-02-05 16:06:59 -06:00 committed by Jonathan Budzenski
parent d89a8e08b4
commit a28627993a
No known key found for this signature in database
GPG key ID: D28BF9418FA0F292
5 changed files with 5 additions and 5 deletions

View file

@ -1 +1 @@
10.14.1
10.15.1

2
.nvmrc
View file

@ -1 +1 @@
10.14.1
10.15.1

View file

@ -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" ${@}

View file

@ -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

View file

@ -424,7 +424,7 @@
"zlib": "^1.0.5"
},
"engines": {
"node": "10.14.1",
"node": "10.15.1",
"yarn": "^1.10.1"
}
}