Skip to content

Commit ce62286

Browse files
committed
Reduce Node version restrictions on CLI
1 parent c11ab22 commit ce62286

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
@@ -206,7 +206,7 @@
206206
"yaml": "2.8.0"
207207
},
208208
"engines": {
209-
"node": "18.20.7 || ^20.18.3 || >=22.14.0"
209+
"node": ">=18"
210210
},
211211
"files": [
212212
"bin/**",

0 commit comments

Comments
 (0)