Skip to content

Commit 1943110

Browse files
committed
fix(node): Drop Node 8.
Closes #113 BREAKING CHANGE: Node 10 or greater is now required to use this package
1 parent 06be329 commit 1943110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Simple and complete custom Cypress commands and utilities that encourage good testing practices.",
55
"main": "dist/index.js",
66
"engines": {
7-
"node": ">=8"
7+
"node": ">=10"
88
},
99
"scripts": {
1010
"build": "kcd-scripts build",

0 commit comments

Comments
 (0)