Skip to content

Commit be320bd

Browse files
committed
feat: Drop support for node 10 (fix #366)
1 parent 10e738f commit be320bd

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
@@ -4,7 +4,7 @@
44
"description": "Custom jest matchers to test the state of the DOM",
55
"main": "dist/index.js",
66
"engines": {
7-
"node": ">=8",
7+
"node": ">=12",
88
"npm": ">=6",
99
"yarn": ">=1"
1010
},

0 commit comments

Comments
 (0)