Skip to content

Commit

Permalink
Update Node.js to version 10.18.0 (#52865) (#53471)
Browse files Browse the repository at this point in the history
  • Loading branch information
watson authored Dec 18, 2019
1 parent 5074334 commit ca01375
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.15.2
10.18.0
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.15.2
10.18.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@
"zlib": "^1.0.5"
},
"engines": {
"node": "10.15.2",
"node": "10.18.0",
"yarn": "^1.21.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ describe('copySavedObjectsToSpaces', () => {
"_maxListeners": undefined,
"_read": [Function],
"_readableState": ReadableState {
"autoDestroy": false,
"awaitDrain": 0,
"buffer": BufferList {
"head": null,
Expand Down Expand Up @@ -228,6 +229,7 @@ describe('copySavedObjectsToSpaces', () => {
"_maxListeners": undefined,
"_read": [Function],
"_readableState": ReadableState {
"autoDestroy": false,
"awaitDrain": 0,
"buffer": BufferList {
"head": null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ describe('resolveCopySavedObjectsToSpacesConflicts', () => {
"_maxListeners": undefined,
"_read": [Function],
"_readableState": ReadableState {
"autoDestroy": false,
"awaitDrain": 0,
"buffer": BufferList {
"head": null,
Expand Down Expand Up @@ -254,6 +255,7 @@ describe('resolveCopySavedObjectsToSpacesConflicts', () => {
"_maxListeners": undefined,
"_read": [Function],
"_readableState": ReadableState {
"autoDestroy": false,
"awaitDrain": 0,
"buffer": BufferList {
"head": null,
Expand Down

0 comments on commit ca01375

Please sign in to comment.