Skip to content

Commit 2caf840

Browse files
committed
update node to version 10 as 8 is no longer LTS
1 parent d6fac05 commit 2caf840

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "dist/index.js",
66
"module": "dist/@testing-library/react.esm.js",
77
"engines": {
8-
"node": ">=8"
8+
"node": ">=10"
99
},
1010
"scripts": {
1111
"prebuild": "rimraf dist",
@@ -85,4 +85,4 @@
8585
"url": "https://github.com/testing-library/react-testing-library/issues"
8686
},
8787
"homepage": "https://github.com/testing-library/react-testing-library#readme"
88-
}
88+
}

0 commit comments

Comments
 (0)