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

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
Tyler Smalley 2020-02-06 07:33:19 -08:00 committed by GitHub
parent da03c94613
commit 9c46ce89eb
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

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