We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fb91d2 commit e1ec820Copy full SHA for e1ec820
HISTORY.md
@@ -1,3 +1,8 @@
1
+UNRELEASED
2
+==================
3
+
4
+* update engines field in the package.json to reflect the current compatibility (Node <18). See: 2.0.0
5
6
v2.1.0 / 2025-03-05
7
==================
8
package.json
@@ -35,7 +35,7 @@
35
"index.js"
36
],
37
"engines": {
38
- "node": ">= 0.8"
+ "node": ">= 18.0.0"
39
},
40
"scripts": {
41
"lint": "eslint .",
0 commit comments