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

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
Tyler Smalley 2020-02-06 07:33:44 -08:00 committed by GitHub
parent 5aeb484116
commit 60625d894b
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.15.2
10.19.0

2
.nvmrc
View file

@ -1 +1 @@
10.15.2
10.19.0

View file

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