Skip to content

Commit 1e3eee6

Browse files
committed
Fixes node enginen to >=20
1 parent 4912793 commit 1e3eee6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
}
6666
},
6767
"engines": {
68-
"node": "20 || 22 || 24"
68+
"node": ">=20"
6969
},
7070
"license": "MIT"
7171
}

0 commit comments

Comments
 (0)