Skip to content
This repository was archived by the owner on Sep 16, 2025. It is now read-only.

Commit 9c336eb

Browse files
fix(engines): incorrect engine range (#87)
Resolves #86
1 parent ccb31f7 commit 9c336eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"kind": "plugin"
4848
},
4949
"engines": {
50-
"node": ">=12.x.x <=16.x.x",
50+
"node": ">=14.19.1 <=18.x.x",
5151
"npm": ">=6.0.0"
5252
},
5353
"keywords": [

0 commit comments

Comments
 (0)