Skip to content

Commit 76d3d11

Browse files
shadowspawnabetomo
authored andcommitted
Update to minimum of node 16
- update dependencies - fresh package-lock.json
1 parent a4c96e6 commit 76d3d11

File tree

6 files changed

+1608
-1431
lines changed

6 files changed

+1608
-1431
lines changed

.github/workflows/tests.yml

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

1818
steps:

Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1134,7 +1134,7 @@ There is more information available about:
11341134

11351135
## Support
11361136

1137-
The current version of Commander is fully supported on Long Term Support versions of Node.js, and requires at least v14.
1137+
The current version of Commander is fully supported on Long Term Support versions of Node.js, and requires at least v16.
11381138
(For older versions of Node.js, use an older version of Commander.)
11391139

11401140
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

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

SECURITY.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Old versions receive security updates for six months.
66

77
| Version | Supported |
88
| ------- | ------------------------------------------ |
9-
| 9.x | :white_check_mark: support ends 2023-06-01 |
10-
| < 9 | :x: |
9+
| 10.x | :white_check_mark: support ends 2024-01-01 |
10+
| < 10 | :x: |
1111

1212
Pull Requests for security issues will be considered for older versions back to 2.x.
1313

0 commit comments

Comments
 (0)