Skip to content

Commit ec20c30

Browse files
committedAug 1, 2022
Dropped support for Node < 12
1 parent 9176a8d commit ec20c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"test": "test"
6969
},
7070
"engines": {
71-
"node": ">=8"
71+
"node": ">=12"
7272
},
7373
"publishConfig": {
7474
"access": "public"

0 commit comments

Comments
 (0)
Please sign in to comment.