mirror of
https://github.com/imputnet/cobalt.git
synced 2026-04-23 10:18:15 +00:00
api/package: update min node version
This commit is contained in:
parent
f72ea139c6
commit
4f65467946
@ -6,7 +6,7 @@
|
|||||||
"exports": "./src/cobalt.js",
|
"exports": "./src/cobalt.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18"
|
"node": ">=18.17"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node src/cobalt",
|
"start": "node src/cobalt",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user