Skip to content

Commit

Permalink
Release 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hyj1991 committed Jan 1, 2024
1 parent fdedcba commit 8c90f36
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
matrix:
node-version: [ 12, 14, 16, 18, 20 ]
steps:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'

- name: Checkout Git Source
uses: actions/checkout@master

Expand All @@ -34,6 +39,11 @@ jobs:
matrix:
node-version: [ 8, 10, 12, 14, 16, 18, 20 ]
steps:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'

- 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 ~ v20.x
* **node version:** v4.x ~ v21.x
* **platform:** mac, linux, windows

This module can also be used in `worker_threads`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "v8-profiler-next",
"version": "1.9.0",
"version": "1.10.0",
"description": "node bindings for the v8 profiler",
"main": "dispatch.js",
"binary": {
Expand Down
5 changes: 4 additions & 1 deletion scripts/versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@ exports.os7u = [
];

exports.os8u = [
'node-v18.4.0',
'node-v18.19.0',
'node-v19.9.0',
'node-v20.10.0',
'node-v21.5.0',
];

0 comments on commit 8c90f36

Please sign in to comment.