Skip to content

Commit 0ee11be

Browse files
committed
Inistead of requiring a specific node version, require a minimum version
1 parent 7238c9b commit 0ee11be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"url": "https://github.com/john-doherty/selenium-cucumber-js/issues"
3434
},
3535
"engines": {
36-
"node": "6.11.0"
36+
"node": ">=6.11.0"
3737
},
3838
"engineStrict": true,
3939
"homepage": "https://github.com/john-doherty/selenium-cucumber-js#readme",

0 commit comments

Comments
 (0)