Update Node.js to version 10.22.1 (#77619) (#77641)

This commit is contained in:
Thomas Watson 2020-09-16 21:45:41 +02:00 committed by GitHub
parent e6b888b35b
commit 216bade879
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

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