Update Node.js to version 10.18.0 (#52865)

This commit is contained in:
Thomas Watson 2019-12-18 13:07:14 +01:00 committed by GitHub
parent 0a1ffd9921
commit eadf8bf3d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 3 deletions

View file

@ -1 +1 @@
10.15.2 10.18.0

2
.nvmrc
View file

@ -1 +1 @@
10.15.2 10.18.0

View file

@ -468,7 +468,7 @@
"zlib": "^1.0.5" "zlib": "^1.0.5"
}, },
"engines": { "engines": {
"node": "10.15.2", "node": "10.18.0",
"yarn": "^1.21.1" "yarn": "^1.21.1"
} }
} }

View file

@ -176,6 +176,7 @@ describe('copySavedObjectsToSpaces', () => {
"_maxListeners": undefined, "_maxListeners": undefined,
"_read": [Function], "_read": [Function],
"_readableState": ReadableState { "_readableState": ReadableState {
"autoDestroy": false,
"awaitDrain": 0, "awaitDrain": 0,
"buffer": BufferList { "buffer": BufferList {
"head": null, "head": null,
@ -228,6 +229,7 @@ describe('copySavedObjectsToSpaces', () => {
"_maxListeners": undefined, "_maxListeners": undefined,
"_read": [Function], "_read": [Function],
"_readableState": ReadableState { "_readableState": ReadableState {
"autoDestroy": false,
"awaitDrain": 0, "awaitDrain": 0,
"buffer": BufferList { "buffer": BufferList {
"head": null, "head": null,

View file

@ -195,6 +195,7 @@ describe('resolveCopySavedObjectsToSpacesConflicts', () => {
"_maxListeners": undefined, "_maxListeners": undefined,
"_read": [Function], "_read": [Function],
"_readableState": ReadableState { "_readableState": ReadableState {
"autoDestroy": false,
"awaitDrain": 0, "awaitDrain": 0,
"buffer": BufferList { "buffer": BufferList {
"head": null, "head": null,
@ -254,6 +255,7 @@ describe('resolveCopySavedObjectsToSpacesConflicts', () => {
"_maxListeners": undefined, "_maxListeners": undefined,
"_read": [Function], "_read": [Function],
"_readableState": ReadableState { "_readableState": ReadableState {
"autoDestroy": false,
"awaitDrain": 0, "awaitDrain": 0,
"buffer": BufferList { "buffer": BufferList {
"head": null, "head": null,