We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f26b8df commit 3bc13d9Copy full SHA for 3bc13d9
.travis.yml
@@ -3,7 +3,7 @@ cache: npm
3
notifications:
4
email: false
5
node_js:
6
- - 10.18
+ - 10.0.0
7
- 12
8
- node
9
install:
package.json
@@ -5,7 +5,7 @@
"main": "dist/index.js",
"module": "dist/@testing-library/react.esm.js",
"engines": {
- "node": ">=10.18"
+ "node": ">=10"
},
10
"scripts": {
11
"prebuild": "rimraf dist",
0 commit comments