api/package: update min node version

This commit is contained in:
wukko 2026-04-06 12:55:28 +06:00
parent f72ea139c6
commit 4f65467946
No known key found for this signature in database
GPG Key ID: 3E30B3F26C7B4AA2

View File

@ -6,7 +6,7 @@
"exports": "./src/cobalt.js",
"type": "module",
"engines": {
"node": ">=18"
"node": ">=18.17"
},
"scripts": {
"start": "node src/cobalt",