Skip to content

Commit f48fa82

Browse files
authored
Merge pull request #45 from ThinkThinkAI/pre-release
require node 18
2 parents fc63498 + 6fe4d45 commit f48fa82

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.npmrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}
22
registry=https://registry.npmjs.org/
3-
always-auth=true
3+
always-auth=true
4+
engine-strict=true

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "command-ai",
3-
"version": "0.29.0",
3+
"version": "0.30.0",
44
"description": "Command AI",
55
"main": "ai.js",
66
"type": "module",
@@ -59,5 +59,8 @@
5959
"globals": "^15.8.0",
6060
"prettier": "^3.3.2",
6161
"prettier-eslint": "^16.3.0"
62+
},
63+
"engines": {
64+
"node": ">=18.0.0"
6265
}
6366
}

0 commit comments

Comments
 (0)