update supported Node.js version to >= 10.22.0
This commit is contained in:
Родитель
84eaa5ab1b
Коммит
16907afa05
|
@ -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",
|
||||
|
|
Загрузка…
Ссылка в новой задаче