Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: support Node >=10 (#611)
  • Loading branch information
NMinhNguyen committed Mar 13, 2020
1 parent f26b8df commit 3bc13d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,7 @@ cache: npm
notifications:
email: false
node_js:
- 10.18
- 10.0.0
- 12
- node
install:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -5,7 +5,7 @@
"main": "dist/index.js",
"module": "dist/@testing-library/react.esm.js",
"engines": {
"node": ">=10.18"
"node": ">=10"
},
"scripts": {
"prebuild": "rimraf dist",
Expand Down

0 comments on commit 3bc13d9

Please sign in to comment.