Update Node.js to version 10.22.1 (#77619)

This commit is contained in:
Thomas Watson 2020-09-16 18:51:50 +02:00 committed by GitHub
parent 9079aca5b7
commit ba474ce226
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.22.0
10.22.1

2
.nvmrc
View file

@ -1 +1 @@
10.22.0
10.22.1

View file

@ -489,7 +489,7 @@
"zlib": "^1.0.5"
},
"engines": {
"node": "10.22.0",
"node": "10.22.1",
"yarn": "^1.21.1"
}
}