Skip to content

Commit f5c84f1

Browse files
committed
Fix "engines" to allow node 18
1 parent 2b1ce92 commit f5c84f1

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
@@ -54,6 +54,6 @@
5454
"access": "public"
5555
},
5656
"engines": {
57-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
57+
"node": ">14"
5858
}
5959
}

0 commit comments

Comments
 (0)