Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

Commit aefb03f

Browse files
committed
Updating node version to stay under v24 because it breaks oclif.
1 parent a6b07dc commit aefb03f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"typescript": "^5.2.2"
3838
},
3939
"engines": {
40-
"node": ">=18.0.0"
40+
"node": ">=18.0.0 <23"
4141
},
4242
"main": "./lib/index.js",
4343
"exports": "./lib/index.js",

0 commit comments

Comments
 (0)