Skip to content

Commit 94e94d6

Browse files
nickservoskarols
authored andcommitted
feat: drop Node 10 support (testing-library#243)
1 parent 181765f commit 94e94d6

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
@@ -15,7 +15,7 @@
1515
"setup": "npm install && npm run validate -s"
1616
},
1717
"engines": {
18-
"node": ">10.18"
18+
"node": ">=12"
1919
},
2020
"files": [
2121
"types/*.d.ts",

0 commit comments

Comments
 (0)