File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
strategy :
13
13
fail-fast : false
14
14
matrix :
15
- node-version : [16.x, 18.x, 20.x]
15
+ node-version : [18.x, 20.x]
16
16
os : [ubuntu-latest, windows-latest, macos-latest]
17
17
18
18
steps :
Original file line number Diff line number Diff line change @@ -1136,7 +1136,7 @@ There is more information available about:
1136
1136
1137
1137
## Support
1138
1138
1139
- The current version of Commander is fully supported on Long Term Support versions of Node.js, and requires at least v16 .
1139
+ The current version of Commander is fully supported on Long Term Support versions of Node.js, and requires at least v18 .
1140
1140
(For older versions of Node.js, use an older version of Commander.)
1141
1141
1142
1142
The main forum for free and community support is the project [ Issues] ( https://github.com/tj/commander.js/issues ) on GitHub.
Original file line number Diff line number Diff line change @@ -1059,7 +1059,7 @@ program
1059
1059
1060
1060
# # 支持
1061
1061
1062
- 当前版本的 Commander 在 LTS 版本的 Node.js 上完全支持。并且至少需要 v16 。
1062
+ 当前版本的 Commander 在 LTS 版本的 Node.js 上完全支持。并且至少需要 v18 。
1063
1063
(使用更低版本 Node.js 的用户建议安装更低版本的 Commander)
1064
1064
1065
1065
社区支持请访问项目的 [Issues](https://github.com/tj/commander.js/issues)。
Original file line number Diff line number Diff line change 74
74
},
75
75
"types" : " typings/index.d.ts" ,
76
76
"engines" : {
77
- "node" : " >=16 "
77
+ "node" : " >=18 "
78
78
},
79
79
"support" : true
80
80
}
You can’t perform that action at this time.
0 commit comments