Skip to content

Commit 24898e1

Browse files
committed
Update package.json and package-lock.json
1 parent 5deed19 commit 24898e1

File tree

2 files changed

+40
-25
lines changed

2 files changed

+40
-25
lines changed

package-lock.json

Lines changed: 36 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chdb",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "chDB bindings for nodejs",
55
"main": "index.js",
66
"repository": {
@@ -19,6 +19,9 @@
1919
"email": "auxten@clickhouse.com"
2020
},
2121
"license": "Apache-2.0",
22+
"engines": {
23+
"node": ">=18.0.0"
24+
},
2225
"devDependencies": {
2326
"chai": "^4.5.0",
2427
"mocha": "^10.7.3",

0 commit comments

Comments
 (0)