Skip to content

Commit 6943ef3

Browse files
committed
build: bump maximum nodejs version
1 parent 01fa8ce commit 6943ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "IDE style command line auto complete",
55
"type": "module",
66
"engines": {
7-
"node": ">=18.0 <23.0.0"
7+
"node": ">=18.0 <25.0.0"
88
},
99
"bin": {
1010
"inshellisense": "./build/index.js",

0 commit comments

Comments
 (0)