mirror of
https://github.com/elastic/kibana.git
synced 2025-04-19 15:35:00 -04:00
Update Node.js to version 10.18.0 (#52865)
This commit is contained in:
parent
0a1ffd9921
commit
eadf8bf3d8
5 changed files with 7 additions and 3 deletions
|
@ -1 +1 @@
|
|||
10.15.2
|
||||
10.18.0
|
||||
|
|
2
.nvmrc
2
.nvmrc
|
@ -1 +1 @@
|
|||
10.15.2
|
||||
10.18.0
|
||||
|
|
|
@ -468,7 +468,7 @@
|
|||
"zlib": "^1.0.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": "10.15.2",
|
||||
"node": "10.18.0",
|
||||
"yarn": "^1.21.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -176,6 +176,7 @@ describe('copySavedObjectsToSpaces', () => {
|
|||
"_maxListeners": undefined,
|
||||
"_read": [Function],
|
||||
"_readableState": ReadableState {
|
||||
"autoDestroy": false,
|
||||
"awaitDrain": 0,
|
||||
"buffer": BufferList {
|
||||
"head": null,
|
||||
|
@ -228,6 +229,7 @@ describe('copySavedObjectsToSpaces', () => {
|
|||
"_maxListeners": undefined,
|
||||
"_read": [Function],
|
||||
"_readableState": ReadableState {
|
||||
"autoDestroy": false,
|
||||
"awaitDrain": 0,
|
||||
"buffer": BufferList {
|
||||
"head": null,
|
||||
|
|
|
@ -195,6 +195,7 @@ describe('resolveCopySavedObjectsToSpacesConflicts', () => {
|
|||
"_maxListeners": undefined,
|
||||
"_read": [Function],
|
||||
"_readableState": ReadableState {
|
||||
"autoDestroy": false,
|
||||
"awaitDrain": 0,
|
||||
"buffer": BufferList {
|
||||
"head": null,
|
||||
|
@ -254,6 +255,7 @@ describe('resolveCopySavedObjectsToSpacesConflicts', () => {
|
|||
"_maxListeners": undefined,
|
||||
"_read": [Function],
|
||||
"_readableState": ReadableState {
|
||||
"autoDestroy": false,
|
||||
"awaitDrain": 0,
|
||||
"buffer": BufferList {
|
||||
"head": null,
|
||||
|
|
Loading…
Add table
Reference in a new issue