Skip to content

Commit a0ca1bd

Browse files
authored
Drop Node.js 16 (#2027)
1 parent 9afbabd commit a0ca1bd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
node-version: [16.x, 18.x, 20.x]
15+
node-version: [18.x, 20.x]
1616
os: [ubuntu-latest, windows-latest, macos-latest]
1717

1818
steps:

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1136,7 +1136,7 @@ There is more information available about:
11361136

11371137
## Support
11381138

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.
11401140
(For older versions of Node.js, use an older version of Commander.)
11411141

11421142
The main forum for free and community support is the project [Issues](https://github.com/tj/commander.js/issues) on GitHub.

Readme_zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1059,7 +1059,7 @@ program
10591059
10601060
## 支持
10611061
1062-
当前版本的 Commander 在 LTS 版本的 Node.js 上完全支持。并且至少需要 v16
1062+
当前版本的 Commander 在 LTS 版本的 Node.js 上完全支持。并且至少需要 v18
10631063
(使用更低版本 Node.js 的用户建议安装更低版本的 Commander)
10641064
10651065
社区支持请访问项目的 [Issues](https://github.com/tj/commander.js/issues)。

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
},
7575
"types": "typings/index.d.ts",
7676
"engines": {
77-
"node": ">=16"
77+
"node": ">=18"
7878
},
7979
"support": true
8080
}

0 commit comments

Comments
 (0)