update supported Node.js version to >= 10.22.0

This commit is contained in:
Lin Jian 2020-09-14 17:20:35 +08:00
Родитель 84eaa5ab1b
Коммит 16907afa05
7 изменённых файлов: 7 добавлений и 7 удалений

Просмотреть файл

@ -10,7 +10,7 @@ The Azure Storage development team uses Visual Studio Code. However, any preferr
### Install
* Node.js valid LTS versions (>=6.5.0)
* Node.js valid LTS versions (>=10.22.0)
* Browsers like Chrome, Edge or Firefox
* Clone the source code from GitHub

Просмотреть файл

@ -24,7 +24,7 @@ Please note that this version of the SDK is a compete overhaul of the current [A
### Compatibility
This SDK is compatible with Node.js and browsers, and validated against LTS Node.js versions (>=6.5) and latest versions of Chrome, Firefox and Edge.
This SDK is compatible with Node.js and browsers, and validated against LTS Node.js versions (>=10.22.0) and latest versions of Chrome, Firefox and Edge.
#### Compatible with IE11

Просмотреть файл

@ -14,7 +14,7 @@
},
"types": "./typings/lib/index.d.ts",
"engines": {
"node": ">=6.5.0"
"node": ">=10.22.0"
},
"dependencies": {
"@azure/ms-rest-js": "1.2.3",

Просмотреть файл

@ -23,7 +23,7 @@ Please note that this version of the SDK is a compete overhaul of the current [A
### Compatibility
This SDK is compatible with Node.js and browsers, and validated against LTS Node.js versions (>=6.5) and latest versions of Chrome, Firefox and Edge.
This SDK is compatible with Node.js and browsers, and validated against LTS Node.js versions (>=10.22.0) and latest versions of Chrome, Firefox and Edge.
#### Compatible with IE11

Просмотреть файл

@ -14,7 +14,7 @@
},
"types": "./typings/lib/index.d.ts",
"engines": {
"node": ">=6.5.0"
"node": ">=10.22.0"
},
"dependencies": {
"events": "3.0.0",

Просмотреть файл

@ -22,7 +22,7 @@ Please note that this version of the SDK is a compete overhaul of the current [A
### Compatibility
This SDK is compatible with Node.js and browsers, and validated against LTS Node.js versions (>=6.5) and latest versions of Chrome, Firefox and Edge.
This SDK is compatible with Node.js and browsers, and validated against LTS Node.js versions (>=10.22.0) and latest versions of Chrome, Firefox and Edge.
#### Compatible with IE11

Просмотреть файл

@ -13,7 +13,7 @@
},
"types": "./typings/lib/index.d.ts",
"engines": {
"node": ">=6.5.0"
"node": ">=10.22.0"
},
"dependencies": {
"@azure/ms-rest-js": "^1.2.3",