Skip to content

Commit ca1f4e2

Browse files
committed
chore: Update supported Node versions
1 parent ce16a9c commit ca1f4e2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ This package is a native addon written in C++ using
2929

3030
Currently supported versions include:
3131

32+
* Node.js 24
3233
* Node.js 22
3334
* Node.js 20
34-
* Node.js 18
3535

3636
---
3737

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"lib": "."
3838
},
3939
"engines": {
40-
"node": ">=18.18.0"
40+
"node": ">=20.0.0"
4141
},
4242
"scripts": {
4343
"build": "node-pre-gyp install --build-from-source",

0 commit comments

Comments
 (0)