Skip to content

Commit

Permalink
feat: support node-v20.x
Browse files Browse the repository at this point in the history
  • Loading branch information
hyj1991 committed Aug 14, 2023
1 parent a8ebd96 commit fdedcba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [ 12, 14, 16, 18, 19 ]
node-version: [ 12, 14, 16, 18, 20 ]
steps:
- name: Checkout Git Source
uses: actions/checkout@master
Expand All @@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [ 8, 10, 12, 14, 16, 18 ]
node-version: [ 8, 10, 12, 14, 16, 18, 20 ]
steps:
- name: Checkout Git Source
uses: actions/checkout@master
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ v8-profiler-next provides [node](http://github.com/nodejs/node) bindings for the
## I. Quick Start

* **Compatibility**
* **node version:** v4.x ~ v19.x
* **node version:** v4.x ~ v20.x
* **platform:** mac, linux, windows

This module can also be used in `worker_threads`.
Expand Down

0 comments on commit fdedcba

Please sign in to comment.