Skip to content

Commit 723e937

Browse files
authored
Merge pull request #273 from linjun-he-sap/chore/update-node-engine-18
chore: update Node.js engine requirement to >=18
2 parents a13546d + 41a953e commit 723e937

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Below is a major feature comparison chart between the two drivers:
8484
| TypeScript support |:heavy_check_mark:|:x:|
8585
| Pure JavaScript package |:x: |:heavy_check_mark:|
8686
| Security Provider Support |SAP CommonCryptoLib, OpenSSL, MSCrypto|OpenSSL|
87-
| Node.js major version support |See [SAP Note 3165810](https://launchpad.support.sap.com/#/notes/3165810)|All Supported Versions|
87+
| Node.js major version support |See [SAP Note 3165810](https://launchpad.support.sap.com/#/notes/3165810)|18+|
8888
| License (without alternate SAP license agreement) |[SAP Developer Agreement](https://tools.hana.ondemand.com/developer-license.txt)|[Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)|
8989
| SAP Support (with SAP Support agreement) |Component [HAN-DB-CLI](https://launchpad.support.sap.com/#incident/create)|Component [HAN-DB-CLI](https://launchpad.support.sap.com/#incident/create)|
9090
| Community Support |[answers.sap.com](https://answers.sap.com/tags/73554900100700000996) HANA tag|[node-hdb/issues](https://github.com/SAP/node-hdb/issues)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"./lib/protocol/tcp.js": "./chrome/sockets/tcp.js"
2727
},
2828
"engines": {
29-
"node": ">= 0.12"
29+
"node": ">= 18"
3030
},
3131
"dependencies": {
3232
"iconv-lite": "^0.4.18"

0 commit comments

Comments
 (0)