Skip to content
This repository was archived by the owner on Mar 20, 2024. It is now read-only.

Commit ba0e5fd

Browse files
committed
chore: Update minimum node to 6.x to match protractor core
1 parent 753ad8b commit ba0e5fd

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
language: node_js
22
sudo: false
33
node_js:
4-
- "4"
5-
- "5"
4+
- "6"
5+
- "8"
6+
- "10"
67

78
env:
89
global:

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,8 @@
3535
"run-sequence": "^1.2.2",
3636
"selenium-mock": "^0.1.5",
3737
"typescript": "^2.0.0"
38+
},
39+
"engines": {
40+
"node": ">=6.9.x"
3841
}
3942
}

0 commit comments

Comments
 (0)