Skip to content

Commit

Permalink
fix(node): Drop Node 8.
Browse files Browse the repository at this point in the history
Closes #113

BREAKING CHANGE: Node 10 or greater is now required to use this package
  • Loading branch information
kentcdodds committed Mar 4, 2020
1 parent 06be329 commit 1943110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Simple and complete custom Cypress commands and utilities that encourage good testing practices.",
"main": "dist/index.js",
"engines": {
"node": ">=8"
"node": ">=10"
},
"scripts": {
"build": "kcd-scripts build",
Expand Down

0 comments on commit 1943110

Please sign in to comment.