Skip to content

Commit ba9b91d

Browse files
authored
fix: Node engine specification missing Node 24 support and incorrectly supports Node 18 (#109)
1 parent a321f4a commit ba9b91d

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
@@ -56,7 +56,7 @@
5656
"typescript": "5.2.2"
5757
},
5858
"engines": {
59-
"node": "18 || 20 || 22"
59+
"node": "20 || 22 || 24"
6060
},
6161
"scripts": {
6262
"build:watch": "babel src --out-dir lib --source-maps --watch",

0 commit comments

Comments
 (0)