Skip to content

Commit

Permalink
fix: drop Node 8
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Node 8 is no longer supported.
  • Loading branch information
kentcdodds committed Sep 20, 2020
1 parent 37b6f5c commit a75feb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -69,7 +69,7 @@
"dist"
],
"engines": {
"node": ">=8.10",
"node": ">=10",
"npm": ">=6",
"yarn": ">=1"
}
Expand Down

0 comments on commit a75feb8

Please sign in to comment.