We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce16a9c commit ca1f4e2Copy full SHA for ca1f4e2
2 files changed
README.md
@@ -29,9 +29,9 @@ This package is a native addon written in C++ using
29
30
Currently supported versions include:
31
32
+* Node.js 24
33
* Node.js 22
34
* Node.js 20
-* Node.js 18
35
36
---
37
package.json
@@ -37,7 +37,7 @@
"lib": "."
38
},
39
"engines": {
40
- "node": ">=18.18.0"
+ "node": ">=20.0.0"
41
42
"scripts": {
43
"build": "node-pre-gyp install --build-from-source",
0 commit comments