Skip to content

Commit 3541f65

Browse files
committed
feat: node 10 support dropped
1 parent 7fd70e1 commit 3541f65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "node-rfc",
33
"description": "nodejs bindings for SAP NW RFC SDK",
4-
"version": "2.6.0-rc1",
4+
"version": "2.6.0",
55
"homepage": "https://github.com/sap/node-rfc",
66
"author": {
77
"name": "Srdjan Boskovic",
88
"email": "srdjan.boskovic@sap.com"
99
},
1010
"engines": {
11-
"node": "~10 >=10.23 || ~12 >=12.17 || >= 14.0"
11+
"node": "~12 >=12.17 || >= 14.0"
1212
},
1313
"cpu": [
1414
"!arm"

0 commit comments

Comments
 (0)