Skip to content

Commit

Permalink
feat: support Node.js v22
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed May 7, 2024
1 parent 799f075 commit a66e353
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
{os: "macos-latest", arch: "x64"},
{os: "ubuntu-latest", arch: "x64"},
]
node-version: [ 12, 14, 16, 18, 20, 21 ]
node-version: [ 12, 14, 16, 18, 20, 21, 22 ]
steps:
- name: Set up Python
uses: actions/setup-python@v4
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ xprofiler 插件支持三大主流操作系统:
- v19.x
- v20.x
- v21.x
- v22.x

更低的版本因为在此项目创建时已经不在官方 LTS 计划中,故正常情况下不再支持。

Expand Down
1 change: 1 addition & 0 deletions scripts/versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ exports.os8u = [
'node-v19.9.0',
'node-v20.10.0',
'node-v21.5.0',
'node-v22.1.0',
];

0 comments on commit a66e353

Please sign in to comment.