Update Node.js to version 10.21.0 (#68059) (#68345)

This commit is contained in:
Thomas Watson 2020-06-05 13:13:03 +02:00 committed by GitHub
parent 962db2fdfb
commit b86c7adac6
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

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