Skip to content

Commit

Permalink
feat: support node-v21.x
Browse files Browse the repository at this point in the history
  • Loading branch information
legendecas committed Oct 25, 2023
1 parent 80ea311 commit e914185
Show file tree
Hide file tree
Showing 2 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 ]
node-version: [ 12, 14, 16, 18, 20, 21 ]
steps:
- name: Checkout Git Source
uses: actions/checkout@master
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ xprofiler 插件支持三大主流操作系统:
- v17.x
- v18.x
- v19.x
- v20.x
- v21.x

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

Expand Down

0 comments on commit e914185

Please sign in to comment.