Skip to content

Commit a7618cc

Browse files
authored
fix: support Node >=10
This is a follow-up to testing-library#459.
1 parent 46cbcda commit a7618cc

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
@@ -20,7 +20,7 @@
2020
"author": "Kent C. Dodds <[email protected]> (https://kentcdodds.com)",
2121
"license": "MIT",
2222
"engines": {
23-
"node": ">=10.18"
23+
"node": ">=10"
2424
},
2525
"scripts": {
2626
"build": "kcd-scripts build --ignore \"**/__tests__/**,**/__node_tests__/**,**/__mocks__/**\" && kcd-scripts build --bundle --no-clean",

0 commit comments

Comments
 (0)