Update Node.js to version 10.21.0 (#68059)

This commit is contained in:
Thomas Watson 2020-06-05 08:31:59 +02:00 committed by GitHub
parent c6e2fed1c6
commit b01a8f8e08
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.19.0
10.21.0

2
.nvmrc
View file

@ -1 +1 @@
10.19.0
10.21.0

View file

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