Skip to content

Commit e1ec820

Browse files
authored
fix: update engines reference in the pkg (#119)
1 parent 3fb91d2 commit e1ec820

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
v2.1.0 / 2025-03-05
27
==================
38

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"index.js"
3636
],
3737
"engines": {
38-
"node": ">= 0.8"
38+
"node": ">= 18.0.0"
3939
},
4040
"scripts": {
4141
"lint": "eslint .",

0 commit comments

Comments
 (0)