Skip to content

Commit

Permalink
fix(node): drop Node 8 support (#576)
Browse files Browse the repository at this point in the history
Closes #575

BREAKING CHANGE: This release drops support for Node 8. Upgrade to Node 10 or greater.
  • Loading branch information
kentcdodds committed Mar 12, 2020
1 parent 435098c commit fccc2cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -5,7 +5,7 @@
"main": "dist/index.js",
"module": "dist/@testing-library/react.esm.js",
"engines": {
"node": ">=8"
"node": ">=10"
},
"scripts": {
"prebuild": "rimraf dist",
Expand Down Expand Up @@ -86,4 +86,4 @@
"url": "https://github.com/testing-library/react-testing-library/issues"
},
"homepage": "https://github.com/testing-library/react-testing-library#readme"
}
}

0 comments on commit fccc2cf

Please sign in to comment.