Update Node.js to version 10.19.0 (#56940) (#56942)

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
Tyler Smalley 2020-02-06 07:33:37 -08:00 committed by GitHub
parent 02d05f26cc
commit 5394529a95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
10.18.0
10.19.0

2
.nvmrc
View file

@ -1 +1 @@
10.18.0
10.19.0

View file

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